Config ouroboros
version: '3' | |
services: | |
ouroboros: | |
container_name: ouroboros | |
hostname: ouroboros | |
image: pyouroboros/ouroboros | |
environment: | |
- CLEANUP=true | |
- INTERVAL=300 | |
- LOG_LEVEL=info | |
- SELF_UPDATE=false | |
- TZ=Europe/Paris | |
- MONITOR=nodejs | |
- DRY_RUN=false | |
- NOTIFIERS=https://hooks.slack.com/services/{tokenA}/{tokenB}/{tokenC} | |
- SKIP_STARTUP_NOTIFICATIONS=true | |
restart: unless-stopped | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock | |
- ./config.json:/root/.docker/config.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment