13 lines
231 B
YAML
13 lines
231 B
YAML
version: '3.5'
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
environment:
|
|
DEBUG: "true"
|
|
WEBHOOK_CONFIG_FILE: "/config/webhooks.yml"
|
|
volumes:
|
|
- "./webhooks.yml.example:/config/webhooks.yml"
|
|
ports:
|
|
- "7200:7200"
|