Files
traefik/compose.pgsql.yml
javielico baf02088aa Target port 5432 to open ports for PGSQL Recipe
This change is for opening port 5432 for recipe pgsql
2026-08-12 15:13:24 +00:00

12 lines
172 B
YAML

---
version: "3.8"
services:
app:
environment:
- PGSQL_ENABLED
ports:
- target: 5432
published: 5432
protocol: tcp
mode: host