1
0
Fork 0
mirror of https://codeberg.org/Mo8it/git-webhook-client synced 2024-10-18 07:22:39 +00:00
git-webhook-client/compose.yaml

14 lines
260 B
YAML
Raw Normal View History

2022-12-27 18:30:29 +00:00
---
services:
gwc:
container_name: git-webhook-client
build:
context: .
dockerfile: Containerfile
restart: unless-stopped
volumes:
- ./data:/volumes/data:Z
environment:
- GWC_CONFIG_FILE=/volumes/data/config.yaml