Update docker-compose.yml and documentation to use pre-built Docker image from Gitea registry. Removed local build instructions in favor of pulling the latest image. Enhanced README.md and GATEWAY_RUN.md with updated usage instructions for Docker CLI and Compose.
Publish telemt-api gateway Docker image / test (push) Successful in 25s
Publish telemt-api gateway Docker image / build-and-push (push) Successful in 28s

This commit is contained in:
Denozordec
2026-03-29 23:03:52 +07:00
parent 218fa09402
commit 073d2b2c09
3 changed files with 66 additions and 21 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
services:
gateway:
build: .
image: telemt-api-gateway:local
image: git.shts.su/denozord/telemt-api:latest
# Локальная сборка вместо pull: укажите build: . и image: telemt-api-gateway:local
ports:
- "8080:8080"
volumes: