Skip to content

Commit

Permalink
chore: revert docker compose ports updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Oct 23, 2024
1 parent 75f2585 commit 682bee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
POSTGRES_PASSWORD: ${DATASOURCE_PASSWORD}
POSTGRES_DB: ${DATASOURCE_DB}
ports:
- "5436:5432"
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
networks:
Expand All @@ -26,7 +26,7 @@ services:
POSTGRES_PASSWORD: ${LOCAL_KMS_DATASOURCE_PASSWORD}
POSTGRES_DB: ${LOCAL_KMS_DATASOURCE_DB}
ports:
- "5437:5432"
- "5433:5432"
volumes:
- local_kms_data:/var/lib/postgresql/data
networks:
Expand Down

0 comments on commit 682bee6

Please sign in to comment.