Target port 5432 to open ports for PGSQL Recipe

This change is for opening port 5432 for recipe pgsql
This commit is contained in:
2026-08-12 15:13:24 +00:00
parent 063e6b4a5a
commit baf02088aa
+12
View File
@@ -0,0 +1,12 @@
---
version: "3.8"
services:
app:
environment:
- PGSQL_ENABLED
ports:
- target: 5432
published: 5432
protocol: tcp
mode: host