feat(environment): add Sentry DSN configuration to docker-compose files and .env example

This commit is contained in:
Mathis HERRIOT
2026-02-09 11:28:02 +01:00
parent 0706c47a33
commit 7b22fd9a4e
3 changed files with 3 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ services:
ENABLE_CORS: ${ENABLE_CORS:-true}
CLAMAV_HOST: memegoat-clamav
CLAMAV_PORT: 3310
SENTRY_DSN: ${SENTRY_DSN}
MAX_IMAGE_SIZE_KB: 1024
MAX_GIF_SIZE_KB: 4096