Переезд с ghcr.io на встроенный Container Registry Gitea
Build & Push Image / Build and push to Gitea Registry (push) Failing after 15s
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:
+2
-2
@@ -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) должен скрейпиться
|
||||
|
||||
Reference in New Issue
Block a user