Fix registry paths to use repo name (doomtube/beeta)
Some checks failed
Build and Push / build-all (push) Failing after 7s

This commit is contained in:
doomtube 2026-01-06 02:27:57 -05:00
parent a1c7d49e00
commit 07a737c799
3 changed files with 20 additions and 22 deletions

View file

@ -59,7 +59,7 @@ services:
- frontend
drogon-backend:
image: qbit.realms.pub/realms/backend:latest
image: qbit.realms.pub/doomtube/beeta/backend:latest
restart: unless-stopped
depends_on:
postgres:
@ -91,7 +91,7 @@ services:
- backend
chat-service:
image: qbit.realms.pub/realms/chat-service:latest
image: qbit.realms.pub/doomtube/beeta/chat-service:latest
restart: unless-stopped
depends_on:
redis:
@ -154,7 +154,7 @@ services:
- frontend
openresty:
image: qbit.realms.pub/realms/openresty:latest
image: qbit.realms.pub/doomtube/beeta/openresty:latest
restart: unless-stopped
ports:
- "80:80"
@ -189,7 +189,7 @@ services:
- backend
sveltekit:
image: qbit.realms.pub/realms/frontend:latest
image: qbit.realms.pub/doomtube/beeta/frontend:latest
restart: unless-stopped
depends_on:
openresty: