updated dockerfile to exclude pg
This commit is contained in:
@ -30,8 +30,8 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
restart: "on-failure"
|
restart: "on-failure"
|
||||||
depends_on:
|
# depends_on:
|
||||||
- postgres-db
|
# - postgres-db
|
||||||
networks:
|
networks:
|
||||||
- rog-api
|
- rog-api
|
||||||
#entrypoint: ["/app/wait-for.sh", "postgres-db:5432", "--", ""]
|
#entrypoint: ["/app/wait-for.sh", "postgres-db:5432", "--", ""]
|
||||||
|
|||||||
Reference in New Issue
Block a user