Настройка сборки образов
Deploy Telegram Bot / build-and-push (push) Failing after 2m17s
Deploy Telegram Bot / deploy (push) Has been skipped

This commit is contained in:
2026-04-17 13:51:37 +03:00
parent 09979252f7
commit 8e172fc94f
2 changed files with 49 additions and 13 deletions
+3 -7
View File
@@ -12,15 +12,13 @@ services:
ports:
- "5432:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U gmrelay -d gmrelay_db"]
test: [ "CMD-SHELL", "pg_isready -U gmrelay -d gmrelay_db" ]
interval: 3s
timeout: 3s
retries: 10
bot:
build:
context: .
dockerfile: src/GmRelay.Bot/Dockerfile
image: https://git.codeanddice.ru/toutsu/gmrelay-bot:latest
container_name: gmrelay_bot
restart: always
network_mode: host
@@ -32,9 +30,7 @@ services:
- "Telegram__BotToken=${TELEGRAM_BOT_TOKEN}"
web:
build:
context: .
dockerfile: src/GmRelay.Web/Dockerfile
image: https://git.codeanddice.ru/toutsu/gmrelay-web:latest
container_name: gmrelay_web
restart: always
network_mode: host