1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-11-08 12:09:18 +01:00
gickup/docker-compose.yml

9 lines
271 B
YAML
Raw Normal View History

2021-12-09 12:19:56 +01:00
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
2021-12-09 12:19:56 +01:00
volumes:
- ${PWD}/conf.yml:/gickup/conf.yml
command: ["./gickup/app", "/gickup/conf.yml"]