Fix scrutiny so it picks up which task to run correctly

This commit is contained in:
Jake Howard 2020-09-26 17:10:07 +01:00
parent 3c21c5670c
commit cc43910be6
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -6,11 +6,8 @@ services:
ports:
- "{{ wireguard.clients[ansible_fqdn].ip }}:7278:8080"
volumes:
- /dev/disk:/dev/disk
- /run/udev:/run/udev:ro
- /mnt/tank/app-data/scrutiny/:/config
environment:
- SCRUTINY_COLLECTOR=false
- SCRUTINY_WEB=true
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}
@ -18,14 +15,13 @@ services:
collector:
image: linuxserver/scrutiny:latest
privileged: True
privileged: true
volumes:
- /dev/disk:/dev/disk
- /run/udev:/run/udev:ro
- /mnt/tank/app-data/scrutiny/:/config
environment:
- SCRUTINY_COLLECTOR=true
- SCRUTINY_WEB=false
- SCRUTINY_API_ENDPOINT=http://web:8080
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}