This commit is contained in:
Cadey Ratio 2020-01-11 16:09:01 -05:00
parent dfd57bd581
commit 5cee7fec89
1 changed files with 6 additions and 2 deletions

View File

@ -5,8 +5,12 @@ services:
restart: always restart: always
build: . build: .
env_file: .env env_file: .env
depends_on: rethinkdb environment:
ports: "127.0.0.1:39243:5000" RETHINKDB_URL: "rethinkdb2://admin@rethinkdb/mi"
depends_on:
- rethinkdb
ports:
- "127.0.0.1:39243:5000"
rethinkdb: rethinkdb:
image: "rethinkdb:2.4.0" image: "rethinkdb:2.4.0"