Use default port

This commit is contained in:
Jake Howard 2020-07-28 20:31:32 +01:00
parent 91effbcac5
commit a6047da465
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -7,14 +7,13 @@ services:
- db
- clickhouse
expose:
- 8080 # https://github.com/plausible/analytics/pull/237
- 8000 # https://github.com/plausible/analytics/pull/237
labels:
- traefik.enable=true
- traefik.http.routers.plausible.rule=Host(`plausible.theorangeone.net`)
- traefik.http.routers.plausible.tls.certresolver=le
- traefik.http.routers.plausible.middlewares=compress@file
environment:
- PORT=8080
- SECRET_KEY_BASE={{ secret_key }}
- SIGNING_SALT={{ signing_salt }}
- DATABASE_URL=postgres://plausible:plausible@db:5432/plausible