1
1
mirror of https://github.com/cooperspencer/gickup synced 2025-04-21 06:17:55 +02:00
gickup/docker-compose.yml

8 lines
276 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}/config.yml:/gickup/config.yml
command: ["./gickup/app", "/gickup/config.yml"]