Adding magnetico-web-telegram configuration draft.

This commit is contained in:
Alexey Skobkin 2019-04-10 21:15:48 +03:00
parent 38d8970f57
commit 5c3a383ca7
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Proxy configuration variables
# see https://hub.docker.com/r/skobkin/magnetico-web-telegram-bot
# Magnetico-Web API token
API_TOKEN=
# Telegram Bot API token
TELEGRAM_TOKEN=xxx:yyy
# Sentry DSN
SENTRY_DSN=https://secret@sentry.io/123456789

1
magnetico-web-telegram/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

View File

@ -0,0 +1,8 @@
version: '3.7'
services:
bot:
image: skobkin/magnetico-web-telegram-bot:latest
container_name: magnetico-telegram
env_file: .env
restart: unless-stopped