mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 12:19:36 +02:00
Switch from webserver to telegram inputfile
This commit is contained in:
parent
ea3ff8aba8
commit
a38357d7e7
3 changed files with 46 additions and 32 deletions
|
@ -21,17 +21,5 @@ services:
|
|||
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
|
||||
# User id of the administrator user (will receive logs for errors)
|
||||
- TELEGRAM_ADMIN_ID=${TELEGRAM_ADMIN_ID}
|
||||
- WEB_BASE_URL=https://so-un-bot.srv.mrlc.cc
|
||||
volumes:
|
||||
- ${ACL_DIR}:/acl
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.so-un-bot.entrypoints=web, websecure"
|
||||
- "traefik.http.routers.so-un-bot.rule=Host(`so-un-bot.srv.mrlc.cc`)"
|
||||
- "traefik.http.routers.so-un-bot.tls=true"
|
||||
- "traefik.http.routers.so-un-bot.tls.certresolver=production"
|
||||
- "traefik.http.services.so-un-bot.loadbalancer.server.port=8001"
|
||||
|
||||
networks:
|
||||
proxynet:
|
||||
external: true
|
||||
- ${ACL_DIR}:/acl
|
Loading…
Add table
Add a link
Reference in a new issue