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:
parent
30c8bea112
commit
053c1ff681
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue