updated dockerfile to exclude pg

This commit is contained in:
2024-01-26 11:46:54 +05:30
parent acd34b86b8
commit ce475ce897

View File

@ -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", "--", ""]