1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-09-08 03:50:36 +02:00
gickup/docker-compose.yml

12 lines
576 B
YAML

version: "3"
services:
runner:
# build: . # If you want to Build the Image locally (You need the complete Repo on your PC)
image: buddyspencer/gickup:latest
volumes:
- ${PWD}/conf.yml:/gickup/conf.yml # Change the path of your local config ${PWD} is your current directory (where the docker-compose.yml is located)
command: ["/gickup/conf.yml"] # Changes the path of the internal bound config
# Uncomment these 2 lines and set timezone appropriately to specify cron in local time instead of UTC.
# environment:
# - TZ=America/Los_Angeles