updated docker compose
This commit is contained in:
parent
6c4e98fd0c
commit
9be1b0184b
@ -9,7 +9,7 @@ services:
|
||||
restart: always
|
||||
env_file: .env
|
||||
volumes:
|
||||
- "$ROOT/postgresql:/var/lib/postgresql"
|
||||
- "$ROOT/postgresql:/var/lib/postgresql/data"
|
||||
- ./setup/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
|
||||
adminer:
|
||||
@ -26,7 +26,6 @@ services:
|
||||
volumes:
|
||||
- "$ROOT/redis:/data"
|
||||
|
||||
|
||||
web:
|
||||
build: ./setup/web/.
|
||||
command: npm run start
|
||||
|
Loading…
Reference in New Issue
Block a user