Skip to content

Commit

Permalink
chore: Update POSTGRES_PORT in compose.base.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAAcebeyL committed Sep 10, 2024
1 parent c8fbc8b commit f9a0e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/compose.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
POSTGRES_USER: ${POSTGRES_USER:-postgres-admin}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-1kdis94id}
POSTGRES_HOST: ${POSTGRES_HOST:-growthplan-postgres}
POSTGRES_PORT: ${POSTGRES_HOST:-5432}
POSTGRES_PORT: ${POSTGRES_PORT:-5432}
POSTGRES_DBNAME: ${POSTGRES_DBNAME:-postgres}
ENV: ${ENV:-dev}
depends_on:
Expand Down

0 comments on commit f9a0e87

Please sign in to comment.