fix: Traefik Let's Encrypt acme.json
Some checks failed
Deploy to Staging / Build Images (push) Successful in 21s
Deploy to Staging / Deploy to Staging (push) Failing after 5s
Deploy to Staging / Verify Staging (push) Has been skipped
Deploy to Staging / Notify Staging Ready (push) Has been skipped
Deploy to Staging / Notify Staging Failure (push) Successful in 6s

This commit is contained in:
Eric Gullickson
2025-12-30 13:09:42 -06:00
parent 3464fad0f9
commit e5837dfd75
5 changed files with 18 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ services:
- ./config/traefik/traefik.yml:/etc/traefik/traefik.yml:ro
- ./config/traefik/dynamic:/etc/traefik/dynamic:ro
- ./certs:/certs:ro
- traefik_data:/data
- ./data/traefik:/data
- ./secrets/app/cloudflare-dns-token.txt:/run/secrets/cloudflare-dns-token:ro
networks:
frontend:
@@ -233,7 +233,6 @@ networks:
# Volume Definitions
volumes:
traefik_data: null
mvp_postgres_data:
name: mvp_postgres_data
mvp_redis_data: