You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
486 B
YAML

version: '3'
services:
ouroboros:
container_name: ouroboros
hostname: ouroboros
image: pyouroboros/ouroboros
env_file: ouroboros.env
environment:
- CLEANUP=true
- INTERVAL=600
- LOG_LEVEL=info
- SELF_UPDATE=true
- IGNORE=container1 container2
- TZ=Europe/Paris
# - LATEST=true
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ~/.docker/config.json:/root/.docker/config.json