This is no longer just for telegram
This commit is contained in:
parent
0f45896d79
commit
c19b602f75
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
smtp-to-telegram:
|
smtp-bridge:
|
||||||
build:
|
build:
|
||||||
context: ../
|
context: ../
|
||||||
dockerfile: .build/Dockerfile
|
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
|
## Deploy
|
||||||
1. Create `compose.yml`
|
1. Create `compose.yml`
|
||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
smtp-to-telegram:
|
smtp-bridge:
|
||||||
image: git.shihaam.dev/shihaam/smtp-to-telegram
|
image: git.shihaam.dev/shihaam/smtp-bridge
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
@ -13,8 +13,11 @@ services:
|
|||||||
```
|
```
|
||||||
2. Fill .env
|
2. Fill .env
|
||||||
```
|
```
|
||||||
TELEGRAM_API_KEY=
|
TELEGRAM_API_KEY=''
|
||||||
TELEGRAM_CHAT_ID=
|
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`
|
3. Start the container `docker compose up -d`
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
smtp-to-telegram:
|
smtp-bridge:
|
||||||
image: git.shihaam.dev/shihaam/smtp-to-telegram
|
image: git.shihaam.dev/shihaam/smtp-bridge
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user