18 lines
322 B
YAML
18 lines
322 B
YAML
#version: "3"
|
|
services:
|
|
|
|
shepherd:
|
|
#build: .
|
|
image: containrrr/shepherd
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
deploy:
|
|
placement:
|
|
constraints:
|
|
- node.role == manager
|
|
environment:
|
|
TZ: ${TZ}
|
|
SLEEP_TIME: ${SLEEP_TIME}
|