diff --git a/postgresql.yaml b/postgresql.yaml index 6894cc0..32755d5 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -2,8 +2,6 @@ version: "3.6" services: postgresql: stop_grace_period: 60s - env_file: - - postgresql.env command: - postgres environment: @@ -68,8 +66,6 @@ services: pgadmin: - env_file: - - postgresql.env image: dpage/pgadmin4:latest environment: PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL}