You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
318 B
YAML
12 lines
318 B
YAML
---
|
|
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}
|