Переезд с ghcr.io на встроенный Container Registry Gitea
Build & Push Image / Build and push to Gitea Registry (push) Failing after 15s

Свой netrunner-landing/netrunner-landing-proxy теперь на
gitea.netrunner-vpn.com. Сторонний образ PocketBase (ghcr.io/muchobien/
pocketbase) не трогаю — это чужой образ, живёт там же, где и жил.
This commit is contained in:
2026-07-10 20:44:14 +07:00
parent 7076bbcc78
commit df699a1171
4 changed files with 25 additions and 22 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
services:
# Фронтенд (Next.js)
landing:
image: ghcr.io/nineap/netrunner-landing:latest
image: gitea.netrunner-vpn.com/nineap/netrunner-landing:latest
container_name: netrunner-landing
restart: always
# Не 127.0.0.1 — /api/metrics (см. app/api/metrics/route.ts) должен
@@ -54,7 +54,7 @@ services:
# Прокси-слой (Rust)
ws-proxy:
image: ghcr.io/nineap/netrunner-landing-proxy:latest
image: gitea.netrunner-vpn.com/nineap/netrunner-landing-proxy:latest
container_name: netrunner-ws-proxy
restart: always
# Не 127.0.0.1 — /metrics (см. proxy-ws/src/main.rs) должен скрейпиться