Add a server-side analytics page

This commit is contained in:
Jake Howard 2020-04-10 12:33:51 +01:00
parent 8185ad979d
commit df017b3ee6
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -6,8 +6,18 @@ services:
environment:
- TZ=Europe/London
restart: unless-stopped
volumes:
- ./access.log:/var/log/nginx/access.log
- ./report.html:/usr/share/nginx/html/stats/index.html:ro
labels:
- "traefik.enable=true"
- "traefik.http.routers.website.rule=Host(`theorangeone.net`) || Host(`www.theorangeone.net`)"
- "traefik.http.routers.website.tls=true"
- "traefik.http.routers.website.tls.certresolver=le"
stats:
image: theorangeone/goaccess-static:latest
restart: unless-stopped
volumes:
- ./report.html:/var/www/goaccess/report.html
- ./access.log:/goaccess/access.log:ro