This commit is contained in:
mt77 2025-04-05 16:50:13 +05:00
parent 4aecc5eddf
commit 5032662495
3 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@ version: '3.8'
services: services:
monitor: monitor:
image: monitor:latest image: repo01prod.lan:5000/monitor:latest
container_name: monitor container_name: monitor
environment: environment:
- TARGET_DOMAINS=${TARGET_DOMAINS} # Список доменов через запятую - TARGET_DOMAINS=${TARGET_DOMAINS} # Список доменов через запятую
@ -13,3 +13,9 @@ services:
- TARGET_SSL_VERIFY=${TARGET_SSL_VERIFY} - TARGET_SSL_VERIFY=${TARGET_SSL_VERIFY}
- BOT_TOKEN=${BOT_TOKEN} - BOT_TOKEN=${BOT_TOKEN}
- BOT_CHATID=${BOT_CHATID} - BOT_CHATID=${BOT_CHATID}
networks:
- monitor
networks:
monitor:
driver: bridge

View File

@ -1,2 +1 @@
requests requests
python-daemon