push ouroboros
This commit is contained in:
commit
256b972480
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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
|
||||||
3
ouroboros.env
Normal file
3
ouroboros.env
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
INTERVAL=300
|
||||||
|
MONITOR="container3"
|
||||||
|
IGNORE="container1 container2"
|
||||||
Loading…
x
Reference in New Issue
Block a user