updated docker compose
This commit is contained in:
parent
6c4e98fd0c
commit
9be1b0184b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user