deploy(docker-compose): switch images to Docker Hub namespace
This commit is contained in:
parent
172ff17512
commit
344362d01e
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: ghcr.io/cloud-neutral-toolkit/postgres-runtime:latest
|
image: manbuzhe2009/postgres-runtime:latest
|
||||||
container_name: xcontrol-db
|
container_name: xcontrol-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@ -37,7 +37,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
|
|
||||||
rag-server:
|
rag-server:
|
||||||
image: ghcr.io/cloud-neutral-toolkit/rag-server:latest
|
image: manbuzhe2009/rag-server:latest
|
||||||
container_name: rag-server
|
container_name: rag-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@ -55,7 +55,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
|
|
||||||
dashboard:
|
dashboard:
|
||||||
image: ghcr.io/cloud-neutral-toolkit/dashboard:latest
|
image: manbuzhe2009/dashboard:latest
|
||||||
container_name: dashboard
|
container_name: dashboard
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user