feat: implement centralized versioning v1.0.0
Deploy Telegram Bot / build-and-push (push) Successful in 25s
Deploy Telegram Bot / deploy (push) Successful in 9s

This commit is contained in:
2026-04-17 16:17:51 +03:00
parent 862cc38309
commit 5de3891966
3 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ services:
retries: 10
bot:
image: git.codeanddice.ru/toutsu/gmrelay-bot:latest
image: git.codeanddice.ru/toutsu/gmrelay-bot:1.0.0
container_name: gmrelay_bot
restart: always
network_mode: host
@@ -30,7 +30,7 @@ services:
- "Telegram__BotToken=${TELEGRAM_BOT_TOKEN}"
web:
image: git.codeanddice.ru/toutsu/gmrelay-web:latest
image: git.codeanddice.ru/toutsu/gmrelay-web:1.0.0
container_name: gmrelay_web
restart: always
network_mode: host