Strip down to a single file

This commit is contained in:
Luke Murphy 2020-09-13 09:20:17 +02:00
parent ffda02659d
commit 07c97d1579
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 2 additions and 13 deletions

View File

@ -1,5 +1,3 @@
# swarm-cronjob
> https://github.com/crazy-max/swarm-cronjob
**Work In Progress.**

View File

@ -1,11 +1,8 @@
---
version: "3.7"
version: "3.8"
services:
docker-cron-job:
image: "crazymax/swarm-cronjob:latest"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
deploy:
placement:
constraints:
- node.role == manager

View File

@ -1,6 +0,0 @@
---
version: "3.7"
services:
docker-cron-job:
image: "crazymax/swarm-cronjob:latest"