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

8 lines
235 B
YAML
Raw Normal View History

2021-12-09 12:19:56 +01:00
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"]