-
This commit is contained in:
15
shepherd/compose.yml
Normal file
15
shepherd/compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
#version: "3"
|
||||
services:
|
||||
|
||||
shepherd:
|
||||
#build: .
|
||||
image: containrrr/shepherd
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
SLEEP_TIME: '180m'
|
||||
Reference in New Issue
Block a user