initial
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user