11 lines
299 B
YAML
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:
|
|
- 9289:5000
|