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