#123 Disable security headers to troubleshoot "MIME type not found" error
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 24s
Deploy to Fighter / Notify (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-03-10 18:57:15 -07:00
parent f552185196
commit d7d8937e8f

View File

@ -19,7 +19,7 @@ services:
- traefik.http.routers.zipline.tls.certresolver=lets-encrypt
- traefik.http.routers.zipline.tls.options=tls12@file
- traefik.http.services.zipline.loadbalancer.server.port=3000
- traefik.http.routers.zipline.middlewares=securityheaders@file
#- traefik.http.routers.zipline.middlewares=securityheaders@file
postgres:
image: postgres:15