Auto Merge of PR 201 - pgbackweb-volume-fix_2025-09-11T11-43-54

Merged by Trez.One
This commit was merged in pull request #201.
This commit is contained in:
2025-09-11 11:50:41 -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: