Files
thc-webhook/docker-compose.yml
zwitschi fb84af03d4 adding docker compose file
extending instructions to run docker in README
2025-09-14 15:01:44 +02:00

15 lines
284 B
YAML

version: "3.8"
services:
thc-webhook:
build: .
container_name: thc-webhook-app
environment:
- DISCORD_WEBHOOK_URL=${DISCORD_WEBHOOK_URL}
restart: unless-stopped
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"