You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
fix: [#14] copy generated configuration files to persistent volume
- Add missing step to copy generated config files from application/storage/ to /var/lib/torrust/
- Copy tracker.toml, prometheus.yml, and nginx.conf to persistent volume after generation
- Fixes container startup issues where services couldn't find configuration files
- Ensures all generated configs are available in the persistent volume for Docker mounts
- Resolves Prometheus restart loop and nginx 502 errors
- Validates persistent data volume implementation with E2E tests
Problem: Configuration files were generated in application/storage/ but Docker Compose
was mounting from /var/lib/torrust/, causing containers to fail to start.
Solution: Added explicit copy step in deploy-app.sh to move generated configs
to persistent volume after configure-env.sh runs.
0 commit comments