adding docker compose file

extending instructions to run docker in README
This commit is contained in:
2025-09-14 15:01:44 +02:00
parent 262d5fca91
commit fb84af03d4
2 changed files with 77 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
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"