MilesTEG 11582415bd Revert "Merge pull request 'Python' (#81) from Python into master"
This reverts commit 7908c218fa3a9d431bc976e5e32afd418df94757, reversing
changes made to 1c57928338af18142951fb0f3e79f528b82a65ae.
2021-08-10 16:00:38 +02:00

37 lines
921 B
YAML

## Discord Plex FR : https://discord.gg/ERpYMqS
## Version 2021-04-20
version: "2.1"
services:
scrutiny:
image: ghcr.io/linuxserver/scrutiny
container_name: scrutiny
# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur
# labels:
# - com.centurylinklabs.watchtower.enable=true
networks:
- scrutiny-network
cap_add:
- SYS_RAWIO
- SYS_ADMIN
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Paris
- SCRUTINY_API_ENDPOINT=http://localhost:8080
- SCRUTINY_WEB=true
- SCRUTINY_COLLECTOR=true
volumes:
- /srv/disk1/docker/scrutiny/config:/config
- /run/udev:/run/udev:ro
ports:
- 8080:8080
devices:
- /dev/sda:/dev/sda
- /dev/sdb:/dev/sdb
restart: unless-stopped
networks:
scrutiny-network:
external:
name: scrutiny-network