👌 REFACTOR: env_file docker compose

This commit is contained in:
Yuri-Lima
2023-08-24 17:01:07 +00:00
parent b003040af4
commit 11073b5a75
2 changed files with 6 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ services:
phoenix-backend:
restart: always
image: "yurimatoslima/phoenix-backend:alpha"
# env_file: .env
env_file: .env
environment:
DB_PORT: ${DB_POSTGRESDB_PORT}
DB: ${DB_POSTGRES_TYPE}