Use default port
This commit is contained in:
parent
91effbcac5
commit
a6047da465
1 changed files with 1 additions and 2 deletions
|
@ -7,14 +7,13 @@ services:
|
||||||
- db
|
- db
|
||||||
- clickhouse
|
- clickhouse
|
||||||
expose:
|
expose:
|
||||||
- 8080 # https://github.com/plausible/analytics/pull/237
|
- 8000 # https://github.com/plausible/analytics/pull/237
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.plausible.rule=Host(`plausible.theorangeone.net`)
|
- traefik.http.routers.plausible.rule=Host(`plausible.theorangeone.net`)
|
||||||
- traefik.http.routers.plausible.tls.certresolver=le
|
- traefik.http.routers.plausible.tls.certresolver=le
|
||||||
- traefik.http.routers.plausible.middlewares=compress@file
|
- traefik.http.routers.plausible.middlewares=compress@file
|
||||||
environment:
|
environment:
|
||||||
- PORT=8080
|
|
||||||
- SECRET_KEY_BASE={{ secret_key }}
|
- SECRET_KEY_BASE={{ secret_key }}
|
||||||
- SIGNING_SALT={{ signing_salt }}
|
- SIGNING_SALT={{ signing_salt }}
|
||||||
- DATABASE_URL=postgres://plausible:plausible@db:5432/plausible
|
- DATABASE_URL=postgres://plausible:plausible@db:5432/plausible
|
||||||
|
|
Loading…
Reference in a new issue