2020-02-26 17:11:28 +00:00
|
|
|
version: "2.1"
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
cron:
|
|
|
|
image: cron:$VERSION_CRON
|
|
|
|
restart: always
|
|
|
|
network_mode: "host"
|
|
|
|
volumes:
|
2020-03-21 16:07:19 +00:00
|
|
|
- ./crontab.yaml:/root/crontab.yaml:Z
|
2020-03-27 20:03:30 +00:00
|
|
|
- ./id_rsa:/root/.ssh/id_rsa:Z
|
|
|
|
- ./id_rsa.pub:/root/.ssh/id_rsa.pub:Z
|
|
|
|
- ./config:/root/.ssh/config:Z
|
|
|
|
- ./scripts:/root/scripts:Z
|