mirror of
https://github.com/we-promise/sure.git
synced 2026-04-15 18:14:14 +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
|
||||
volumes:
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
<<: *db_env
|
||||
|
||||
Reference in New Issue
Block a user