moved all files up a folder

This commit is contained in:
2023-12-18 20:09:03 -06:00
parent 9535a5add9
commit 3465aab0f2
1057 changed files with 0 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