1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00

feat: Enable analytics configuration in docker-compose.yml

This commit is contained in:
Sean Morley 2024-07-30 08:26:05 -04:00
parent 30c8bea112
commit 053c1ff681

View file

@ -8,6 +8,9 @@ services:
- PUBLIC_SERVER_URL=http://server:8000
- ORIGIN=http://localhost:8080
- BODY_SIZE_LIMIT=Infinity
# Analytics can be configured here using Umami (https://umami.is)
- ENABLE_ANALYTICS=false
#- UNAMI_KEY=''
ports:
- "8080:3000"
depends_on: