Create jobs on a time-based schedule on Docker Swarm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: "3.8" |
|
services: |
|
app: |
|
image: "crazymax/swarm-cronjob:1.9.0" |
|
environment: |
|
- TZ=Europe/Amsterdam |
|
- LOG_LEVEL=info |
|
- LOG_JSON=false |
|
volumes: |
|
- "/var/run/docker.sock:/var/run/docker.sock" |
|
deploy: |
|
labels: |
|
- coop-cloud.${STACK_NAME}.app.version=1.9.0-b39a76c4
|
|
|