linear-discord-webhook/docker-compose.yml
Ching 3ec6a1544c
Some checks failed
continuous-integration/drone Build is failing
fix: correct container port mapping from 5000 to 5050
The Flask app listens on port 5050 inside the container, not 5000.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 06:10:44 +00:00

11 lines
299 B
YAML

version: '3'
services:
barcode-helper:
image: git.tunpok.com/ching/linear-discord-webhook:latest
container_name: linear-discord-webhook
restart: always
environment:
- DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/1234567890/ABCDEFGHIJKLMN
ports:
- 9288:5050