Switch from webserver to telegram inputfile

This commit is contained in:
Marco Realacci 2024-01-31 12:49:28 +01:00
parent ea3ff8aba8
commit a38357d7e7
3 changed files with 46 additions and 32 deletions

View file

@ -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