mirror of
https://github.com/cooperspencer/gickup
synced 2024-11-08 12:09:18 +01:00
8 lines
235 B
YAML
8 lines
235 B
YAML
version: "3"
|
|
services:
|
|
runner:
|
|
build: .
|
|
# image: cooperspencer/gickup:latest # TODO: Enable the Build in Docker Hub
|
|
volumes:
|
|
- ${PWD}/config.yml:/gickup/config.yml
|
|
command: ["./gickup/app", "/gickup/config.yml"] |