initial
parent
c36a2cea4e
commit
233efa1183
|
|
@ -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
|
||||||
Loading…
Reference in New Issue