Skip to content

Commit aec7979

Browse files
committed
Expose PosgreSQL port in Docker Compose
1 parent 887f9e3 commit aec7979

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infra/docker-compose/docker-compose.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,6 @@ services:
106106
ZOOKEEPER_CLIENT_PORT: 2181
107107

108108
db:
109-
image: postgres:12-alpine
109+
image: postgres:12-alpine
110+
ports:
111+
- "5432:5342"

0 commit comments

Comments
 (0)