Change umami tracker script name to circumvent ublock
This commit is contained in:
parent
130b7a36dc
commit
9f41ba8e19
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,6 @@ container_name = "umami"
|
||||||
restart = "unless-stopped"
|
restart = "unless-stopped"
|
||||||
networks = ["postgres", "proxy"]
|
networks = ["postgres", "proxy"]
|
||||||
env_file = ".env"
|
env_file = ".env"
|
||||||
environment = { DATABASE_URL = "postgresql://umami:${POSTGRES_PASS}@postgres:5432/umami", HASH_SALT = "${HASH_SALT}" }
|
|
||||||
labels = [
|
labels = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.docker.network=proxy",
|
"traefik.docker.network=proxy",
|
||||||
|
@ -18,6 +17,11 @@ labels = [
|
||||||
"traefik.http.services.umami.loadbalancer.server.port=3000",
|
"traefik.http.services.umami.loadbalancer.server.port=3000",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[services.umami.environment]
|
||||||
|
DATABASE_URL = "postgresql://umami:${POSTGRES_PASS}@postgres:5432/umami"
|
||||||
|
HASH_SALT = "${HASH_SALT}"
|
||||||
|
TRACKER_SCRIPT_NAME = "ua9quuaW.js"
|
||||||
|
|
||||||
[services.umami.logging.options]
|
[services.umami.logging.options]
|
||||||
max-size = "10m"
|
max-size = "10m"
|
||||||
max-file = "10"
|
max-file = "10"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue