Files
traefik/compose.pgsql.yml
javielicoandp4u1 7c8a44bd26
continuous-integration/drone/push Build is failing
Open ports 5432 for PGSQL new recipe (#133)
Reviewed-on: #133
Reviewed-by: p4u1 <133+p4u1@noreply.git.coopcloud.tech>
Co-authored-by: Javielico <103+javielico@noreply.git.coopcloud.tech>
2026-08-13 14:10:09 +00:00

12 lines
172 B
YAML

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