fix(sexy): add ASSETS_CACHE_TTL for long-lived browser caching

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-16 08:44:15 +01:00
parent 70462f4bd5
commit cd46be7d45

View File

@@ -47,6 +47,7 @@ services:
CACHE_AUTO_PURGE: "true" CACHE_AUTO_PURGE: "true"
CACHE_STORE: redis CACHE_STORE: redis
REDIS: redis://sexy_redis:6379 REDIS: redis://sexy_redis:6379
ASSETS_CACHE_TTL: "31536000"
WEBSOCKETS_ENABLED: "true" WEBSOCKETS_ENABLED: "true"
PUBLIC_URL: https://${TRAEFIK_HOST}/api PUBLIC_URL: https://${TRAEFIK_HOST}/api
CORS_ENABLED: "true" CORS_ENABLED: "true"