added goaccess
This commit is contained in:
20
compose.yml
20
compose.yml
@@ -93,6 +93,26 @@ services:
|
||||
- ${DOCKER_CONFIGS}/filebrowser/files:/srv
|
||||
- ${STORAGE_DIR}:/truenas-storage
|
||||
|
||||
goaccess:
|
||||
container_name: goaccess
|
||||
image: 'xavierh/goaccess-for-nginxproxymanager:latest'
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ=America/Chicago
|
||||
- SKIP_ARCHIVED_LOGS=True
|
||||
- DEBUG=False
|
||||
- BASIC_AUTH=False
|
||||
- EXCLUDE_IPS=127.0.0.1
|
||||
- LOG_TYPE=NPM
|
||||
- HTML_REFRESH=5
|
||||
- KEEP_LAST=30
|
||||
ports:
|
||||
- 7880:7880
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/nginxproxymanager/data/logs:/data
|
||||
|
||||
nginxproxymanager:
|
||||
container_name: nginxproxymanager
|
||||
image: jc21/nginx-proxy-manager:2.10.4
|
||||
|
||||
Reference in New Issue
Block a user