GoAccess: combine host and path in reports
This commit is contained in:
@@ -1,22 +1,23 @@
|
||||
services:
|
||||
|
||||
goaccess_processor:
|
||||
image: allinurl/goaccess:1.10.2
|
||||
build: .
|
||||
image: local/goaccess-jq:1.10.2
|
||||
container_name: goaccess_processor
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
user: "{{ app_owner_uid }}:{{ app_owner_gid }}"
|
||||
command: >
|
||||
--log-format=CADDY
|
||||
--enable-panel=VIRTUAL_HOSTS
|
||||
--real-time-html
|
||||
--port=7890
|
||||
--ws-url=wss://goaccess.vakhrushev.me:443
|
||||
--output=/srv/report/index.html
|
||||
--persist
|
||||
--restore
|
||||
--db-path=/srv/db
|
||||
--no-global-config
|
||||
/srv/logs/access.log
|
||||
command:
|
||||
- --log-format=COMBINED
|
||||
- --enable-panel=VIRTUAL_HOSTS
|
||||
- --real-time-html
|
||||
- --port=7890
|
||||
- --ws-url=wss://goaccess.vakhrushev.me:443
|
||||
- --output=/srv/report/index.html
|
||||
- --persist
|
||||
- --restore
|
||||
- --db-path=/srv/db
|
||||
- --no-global-config
|
||||
volumes:
|
||||
- "{{ caddy_logs_dir }}:/srv/logs:ro"
|
||||
- "{{ db_dir }}:/srv/db"
|
||||
|
||||
Reference in New Issue
Block a user