moved all files up a folder
This commit is contained in:
18
docker/individual-docker-compose-files/notused/ouroboros-docker-compose.yml
Executable file
18
docker/individual-docker-compose-files/notused/ouroboros-docker-compose.yml
Executable file
@@ -0,0 +1,18 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
ouroboros:
|
||||
container_name: ouroboros
|
||||
hostname: ouroboros
|
||||
image: pyouroboros/ouroboros
|
||||
environment:
|
||||
- CLEANUP=true
|
||||
- 'CRON=0 4 * * *'
|
||||
- INTERVAL=300
|
||||
- LOG_LEVEL=info
|
||||
- SELF_UPDATE=true
|
||||
- TZ=America/Chicago
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user