SMTP Bridge
Deploy
- Create
compose.yml
services:
smtp-bridge:
image: git.shihaam.dev/shihaam/smtp-bridge
restart: always
env_file: .env
ports:
- 2525:2525
- Fill .env
TELEGRAM_API_KEY=''
TELEGRAM_DOMAIN='telegram.local'
NTFY_TOKEN='your_ntfy_token_here'
NTFY_URL='https://ntfy.sh'
NTFY_DOMAIN='ntfy.local'
- Start the container
docker compose up -d
Description
Languages
Python
97%
Dockerfile
3%