Add DTEK notification bot with Docker configuration and requirements

This commit is contained in:
2025-11-12 13:37:28 +01:00
commit eb0ad4e679
5 changed files with 356 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
dtek_notif:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
environment:
- TZ=Europe/Kyiv
dns:
- 1.1.1.1
- 8.8.8.8
networks:
- default