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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user