master
pipistrello 2023-02-15 10:47:10 +03:00
parent c36a2cea4e
commit 233efa1183
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
goaccess:
image: xavierh/goaccess-for-nginxproxymanager:latest
container_name: goaccess
restart: always
volumes:
- /mnt/containers/nginx-proxy-manager/container-data/data/logs:/opt/log:ro
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- SKIP_ARCHIVED_LOGS=False #optional
- BASIC_AUTH=True #optional
- BASIC_AUTH_USERNAME=user #optional
- BASIC_AUTH_PASSWORD=pass #optional
networks:
- reverseproxy-nw
networks:
reverseproxy-nw:
external: true