first commit

This commit is contained in:
2024-10-29 16:09:13 +03:00
commit 8bdd4be9b0
42 changed files with 2605 additions and 0 deletions

17
compose.yml Executable file
View File

@@ -0,0 +1,17 @@
services:
bot_telegram:
image: bot_telegram:0.1
container_name: bot_telegram
build:
context: ./bot.0.1/
dockerfile: Dockerfile
volumes:
- /etc/localtime:/etc/localtime:ro
init: true
networks:
- proxy
restart: unless-stopped
networks:
proxy:
external: true