updated docker compose

This commit is contained in:
martin 2018-05-29 16:42:32 +01:00
parent 6c4e98fd0c
commit 9be1b0184b

View File

@ -9,7 +9,7 @@ services:
restart: always restart: always
env_file: .env env_file: .env
volumes: volumes:
- "$ROOT/postgresql:/var/lib/postgresql" - "$ROOT/postgresql:/var/lib/postgresql/data"
- ./setup/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql - ./setup/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql
adminer: adminer:
@ -26,7 +26,6 @@ services:
volumes: volumes:
- "$ROOT/redis:/data" - "$ROOT/redis:/data"
web: web:
build: ./setup/web/. build: ./setup/web/.
command: npm run start command: npm run start