Skip to content

Commit

Permalink
Set POSTGRES_HOST=db for marquez-api container (#2959)
Browse files Browse the repository at this point in the history
Signed-off-by: Willy Lulciuc <[email protected]>
  • Loading branch information
wslulciuc authored Oct 30, 2024
1 parent cfb9602 commit 3f4e507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
environment:
- MARQUEZ_PORT=${API_PORT}
- MARQUEZ_ADMIN_PORT=${API_ADMIN_PORT}
- POSTGRES_HOST=db
- SEARCH_ENABLED=${SEARCH_ENABLED}
ports:
- "${API_PORT}:${API_PORT}"
Expand Down

0 comments on commit 3f4e507

Please sign in to comment.