Skip to content

Commit

Permalink
Add port mappings
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <[email protected]>
  • Loading branch information
dborovcanin committed Jul 24, 2024
1 parent 3d38296 commit 601c359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
POSTGRES_PASSWORD: ${MG_CALLHOME_TIMESCALE_PASSWORD}
POSTGRES_USER: ${MG_CALLHOME_TIMESCALE_USER}
POSTGRES_DB: ${MG_CALLHOME_TIMESCALE_DB_NAME}
ports:
- 5432:5432
networks:
- callhome-base-net
callhome-server:
Expand Down

0 comments on commit 601c359

Please sign in to comment.