Compare commits

..
Author SHA1 Message Date
javielico a3416aa31a Add compose.pgsql.yml to compose file
continuous-integration/drone/pr Build is failing
2026-08-12 15:14:29 +00:00
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
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.service=api@internal"
- "traefik.http.routers.${STACK_NAME}.middlewares=security@file"
- "coop-cloud.${STACK_NAME}.version=6.1.0+v3.7.10"
- "coop-cloud.${STACK_NAME}.version=6.0.0+v3.7.7"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
-1
View File
@@ -1 +0,0 @@
Adds option ability to open ports for PGSQL recipe, new version of anubis, and ability to add anubis metrics on this release.