feat: Enable analytics configuration in docker-compose.yml
This commit is contained in:
@@ -8,6 +8,9 @@ services:
|
|||||||
- PUBLIC_SERVER_URL=http://server:8000
|
- PUBLIC_SERVER_URL=http://server:8000
|
||||||
- ORIGIN=http://localhost:8080
|
- ORIGIN=http://localhost:8080
|
||||||
- BODY_SIZE_LIMIT=Infinity
|
- BODY_SIZE_LIMIT=Infinity
|
||||||
|
# Analytics can be configured here using Umami (https://umami.is)
|
||||||
|
- ENABLE_ANALYTICS=false
|
||||||
|
#- UNAMI_KEY=''
|
||||||
ports:
|
ports:
|
||||||
- "8080:3000"
|
- "8080:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user