[DOCKER] Automated PR for pgbackweb-volume-fix_2025-09-11T11-43-54 - #201 #201

Merged
gitea-sonarqube-bot merged 1 commits from pgbackweb-volume-fix_2025-09-11T11-43-54 into main 2025-09-11 11:50:46 -04:00
+2 -1
View File
@@ -4704,6 +4704,8 @@ services:
ports:
- "8085:8085" # Access the web interface at http://localhost:8085
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_STORAGE}/backups/dbs/postgresql:/backups
pgbackweb-db:
container_name: pgbackweb-db
environment:
@@ -4721,7 +4723,6 @@ services:
restart: unless-stopped
volumes:
- pgbackweb-data:/var/lib/postgresql/data
- ${DOCKER_VOLUME_STORAGE}/backups/dbs/postgresql:/backups
planka:
container_name: planka
depends_on: