syntax linting
This commit is contained in:
34
obsidian-logic/goaccess/docker-compose.yml
Normal file
34
obsidian-logic/goaccess/docker-compose.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
|
||||
# GoAccess
|
||||
# Web based log visualizer
|
||||
# Created by xavierh
|
||||
# ↳ https://github.com/allinurl/goaccess
|
||||
|
||||
services:
|
||||
goaccess:
|
||||
image: xavierh/goaccess-for-nginxproxymanager:latest
|
||||
container_name: goaccess
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
# ports:
|
||||
# - 7880:7880
|
||||
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
HTML_REFRESH: 5
|
||||
EXCLUDE_IPS: '172.18.0.1'
|
||||
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /home/fxequals/docker/nginx/data/logs:/opt/log
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
# Documentation available at https://goaccess.io/man
|
Reference in New Issue
Block a user