v1.0
This commit is contained in:
parent
4aecc5eddf
commit
5032662495
@ -5,7 +5,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
monitor:
|
||||
image: monitor:latest
|
||||
image: repo01prod.lan:5000/monitor:latest
|
||||
container_name: monitor
|
||||
environment:
|
||||
- TARGET_DOMAINS=${TARGET_DOMAINS} # Список доменов через запятую
|
||||
@ -13,3 +13,9 @@ services:
|
||||
- TARGET_SSL_VERIFY=${TARGET_SSL_VERIFY}
|
||||
- BOT_TOKEN=${BOT_TOKEN}
|
||||
- BOT_CHATID=${BOT_CHATID}
|
||||
networks:
|
||||
- monitor
|
||||
|
||||
networks:
|
||||
monitor:
|
||||
driver: bridge
|
||||
|
@ -1,2 +1 @@
|
||||
requests
|
||||
python-daemon
|
||||
|
Loading…
x
Reference in New Issue
Block a user