1
0
Fork 0

Add a docker-compose file

This commit is contained in:
Daniele Tricoli 2022-03-11 20:15:26 +01:00
parent 3cf55a9700
commit 801a00cf09
1 changed files with 11 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
---
version: "3.9"
services:
bot:
image: quay.io/eriol/telegram-group2mastodon:latest
environment:
- MASTODON_ACCESS_TOKEN=${MASTODON_ACCESS_TOKEN}
- MASTODON_SERVER_ADDRESS=${MASTODON_SERVER_ADDRESS}
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID}