deploy(docker-compose): switch images to Docker Hub namespace

This commit is contained in:
Haitao Pan 2025-12-06 23:25:37 +08:00
parent 1f7c14cbe9
commit 9a69d7e6b5

View File

@ -1,6 +1,6 @@
services:
db:
image: ghcr.io/cloud-neutral-toolkit/postgres-runtime:latest
image: manbuzhe2009/postgres-runtime:latest
container_name: xcontrol-db
restart: unless-stopped
environment:
@ -37,7 +37,7 @@ services:
- db
rag-server:
image: ghcr.io/cloud-neutral-toolkit/rag-server:latest
image: manbuzhe2009/rag-server:latest
container_name: rag-server
restart: unless-stopped
environment:
@ -55,7 +55,7 @@ services:
- db
dashboard:
image: ghcr.io/cloud-neutral-toolkit/dashboard:latest
image: manbuzhe2009/dashboard:latest
container_name: dashboard
restart: unless-stopped
environment: