Skip to content

Instantly share code, notes, and snippets.

@m4nu56
Last active November 11, 2019 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4nu56/99211267da89a816a51d4b1295993c4a to your computer and use it in GitHub Desktop.
Save m4nu56/99211267da89a816a51d4b1295993c4a to your computer and use it in GitHub Desktop.
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