mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 20:44:08 +00:00
Expose pg port 5432 again
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
@@ -53,6 +53,8 @@ services:
|
|||||||
image: postgres:16
|
image: postgres:16
|
||||||
volumes:
|
volumes:
|
||||||
- postgres-data:/var/lib/postgresql/data
|
- postgres-data:/var/lib/postgresql/data
|
||||||
|
ports:
|
||||||
|
- "5432:5432"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
<<: *db_env
|
<<: *db_env
|
||||||
|
|||||||
Reference in New Issue
Block a user