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