gpio-webhook-server/docker-compose.yml

14 lines
244 B
YAML
Raw Normal View History

2020-05-11 16:28:37 +00:00
version: '3.5'
services:
app:
build: .
environment:
DEBUG: "true"
PORT: "80"
2020-05-11 16:28:37 +00:00
WEBHOOK_CONFIG_FILE: "/config/webhooks.yml"
volumes:
- "./webhooks.yml.example:/config/webhooks.yml"
ports:
- "80:80"