fix: update Dockerfile reference in docker-compose and add versioning to Ansible playbook

- Change Dockerfile reference in docker-compose.yml from Dockerfile.bot to Dockerfile
- Add versioning comment for the telegram-helper-bot repository in playbook.yml
This commit is contained in:
2025-09-16 18:51:05 +03:00
parent 8673cb4f55
commit 2661b3865e
2 changed files with 3 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ services:
telegram-bot: telegram-bot:
build: build:
context: ./bots/telegram-helper-bot context: ./bots/telegram-helper-bot
dockerfile: Dockerfile.bot dockerfile: Dockerfile
container_name: bots_telegram_bot container_name: bots_telegram_bot
restart: unless-stopped restart: unless-stopped
env_file: env_file:

View File

@@ -374,6 +374,8 @@
git: git:
repo: git@github.com:KerradKerridi/telegram-helper-bot.git repo: git@github.com:KerradKerridi/telegram-helper-bot.git
dest: "{{ project_root }}/bots/telegram-helper-bot" dest: "{{ project_root }}/bots/telegram-helper-bot"
# TODO: Убрать после тестирования
version: dev-9
clone: yes clone: yes
update: yes update: yes
become: yes become: yes