added docker files

This commit is contained in:
2023-07-28 18:51:28 -05:00
parent db0d8845c3
commit f544201203
86 changed files with 4393 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
version: '3'
services:
goaccess:
container_name: goaccess
image: 'xavierh/goaccess-for-nginxproxymanager:latest'
environment:
- TZ=${TZ}
- SKIP_ARCHIVED_LOGS=False #optional
- DEBUG=False #optional
- BASIC_AUTH=False #optional
- BASIC_AUTH_USERNAME=${ADMIN_USERNAME} #optional
- BASIC_AUTH_PASSWORD=${ADMIN_PASSWORD} #optional
- EXCLUDE_IPS=127.0.0.1 #optional - comma delimited
- LOG_TYPE=NPM #optional - more information below
ports:
- 7880:7880
restart: always
volumes:
- ${DOCKERCONFIGS}/nginxproxymanager/data/logs:/opt/log
- ${DOCKERCONFIGS}/goaccess/custom/logs:/opt/custom