docker-cron-global-stack/docker-compose.yml

15 lines
396 B
YAML
Raw Normal View History

2020-02-26 17:11:28 +00:00
version: "2.1"
services:
cron:
image: cron:$VERSION_CRON
restart: always
network_mode: "host"
volumes:
2024-03-03 16:58:17 +00:00
- ${RUN_DIRECTORY}/crontab.yaml:/root/crontab.yaml:Z
- ${RUN_DIRECTORY}/id_rsa:/root/.ssh/id_rsa:Z
- ${RUN_DIRECTORY}/id_rsa.pub:/root/.ssh/id_rsa.pub:Z
- ${RUN_DIRECTORY}/config:/root/.ssh/config:Z
- ${RUN_DIRECTORY}/scripts:/root/scripts:Z