fix: revert backup volume path to exact specification
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m2s

- Updated the host bind mount path to exactly '/opt/backups_db' as explicitly required by the server configuration.
This commit is contained in:
Cauê Faleiros
2026-03-25 14:20:05 -03:00
parent f65ff97434
commit b5c8e97701

View File

@@ -52,7 +52,7 @@ services:
DB_DUMP_CRON: "55 2 * * *" # Roda todo dia exatamente às 02:55 da manhã DB_DUMP_CRON: "55 2 * * *" # Roda todo dia exatamente às 02:55 da manhã
DB_CLEANUP_TIME: 4320 # Apaga os locais mais velhos que 3 dias DB_CLEANUP_TIME: 4320 # Apaga os locais mais velhos que 3 dias
volumes: volumes:
- /opt/fasto_backups:/db - /opt/backups_db:/db
networks: networks:
- fasto-net - fasto-net