Skip to content

Commit

Permalink
remove unneded env
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Sep 19, 2024
1 parent dbb7a09 commit 32941d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ services:
POSTGRES_DB: ${DB_DATABASE}
POSTGRES_USER: ${DB_USER}
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_PORT: ${DB_PORT}
POSTGRES_HOST: ${DB_HOST}
ports:
- "${DB_PORT}:5432"
healthcheck:
Expand Down

0 comments on commit 32941d8

Please sign in to comment.