SMTP to Telegram
Deploy
- Create
compose.yml
services:
smtp-to-telegram:
image: git.shihaam.dev/shihaam/smtp-to-telegram
restart: always
env_file: .env
ports:
- 2525:2525
- Fill .env
TELEGRAM_API_KEY=
TELEGRAM_CHAT_ID=
- Start the container
docker compose up -d
Description
Languages
Python
97%
Dockerfile
3%