This is no longer just for telegram
This commit is contained in:
parent
0f45896d79
commit
c19b602f75
@ -1,6 +1,6 @@
|
||||
services:
|
||||
smtp-to-telegram:
|
||||
smtp-bridge:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: .build/Dockerfile
|
||||
image: git.shihaam.dev/shihaam/smtp-to-telegram
|
||||
image: git.shihaam.dev/shihaam/smtp-bridge
|
||||
|
13
README.md
13
README.md
@ -1,11 +1,11 @@
|
||||
## SMTP to Telegram
|
||||
## SMTP Bridge
|
||||
|
||||
## Deploy
|
||||
1. Create `compose.yml`
|
||||
```yml
|
||||
services:
|
||||
smtp-to-telegram:
|
||||
image: git.shihaam.dev/shihaam/smtp-to-telegram
|
||||
smtp-bridge:
|
||||
image: git.shihaam.dev/shihaam/smtp-bridge
|
||||
restart: always
|
||||
env_file: .env
|
||||
ports:
|
||||
@ -13,8 +13,11 @@ services:
|
||||
```
|
||||
2. Fill .env
|
||||
```
|
||||
TELEGRAM_API_KEY=
|
||||
TELEGRAM_CHAT_ID=
|
||||
TELEGRAM_API_KEY=''
|
||||
TELEGRAM_DOMAIN='telegram.local'
|
||||
NTFY_TOKEN='your_ntfy_token_here'
|
||||
NTFY_URL='https://ntfy.sh'
|
||||
NTFY_DOMAIN='ntfy.local'
|
||||
```
|
||||
3. Start the container `docker compose up -d`
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
services:
|
||||
smtp-to-telegram:
|
||||
image: git.shihaam.dev/shihaam/smtp-to-telegram
|
||||
smtp-bridge:
|
||||
image: git.shihaam.dev/shihaam/smtp-bridge
|
||||
restart: always
|
||||
env_file: .env
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user