update for wait

This commit is contained in:
2022-02-08 20:02:40 +05:30
parent f05dd53eea
commit 4969c5f6b2

View File

@ -6,7 +6,7 @@ services:
context: . context: .
dockerfile: Dockerfile.gdal dockerfile: Dockerfile.gdal
command: python3 manage.py runserver 0.0.0.0:8100 command: python3 manage.py runserver 0.0.0.0:8100
command: /wait-for-it.sh db:5432 command: /wait-for-it.sh postgres-db:5432
volumes: volumes:
- .:/app - .:/app
ports: ports: