Add environment and use stable tag

This commit is contained in:
Luke Murphy 2020-09-13 09:35:47 +02:00
parent bb8b13dc0a
commit d941534c53
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@ version: "3.8"
services:
docker-cron-job:
image: "crazymax/swarm-cronjob:latest"
image: "crazymax/swarm-cronjob:1.8.0"
environment:
- TZ=Europe/Amsterdam
- LOG_LEVEL=info
- LOG_JSON=false
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"