Update docker-compose.yml

This commit is contained in:
emrullahardc 2023-06-13 01:20:33 +03:00 committed by GitHub
parent 4f90ae94f2
commit dcc6126e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,8 +35,6 @@ services:
depends_on: depends_on:
database: database:
condition: service_healthy condition: service_healthy
env_file: .env
# Database Server # Database Server
database: database:
@ -59,4 +57,4 @@ services:
retries: 10 retries: 10
volumes: volumes:
db-data: ~ db-data: ~