chore(docker): point compose images to Harbor registry

This commit is contained in:
2026-08-30 15:01:09 +08:00
parent 9981960f3d
commit 8d4a3458a9
+2
View File
@@ -1,5 +1,6 @@
services: services:
backend: backend:
image: 114.55.99.6:10081/wordcloud/wordcloud-backend:latest
build: build:
context: ./backend context: ./backend
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -21,6 +22,7 @@ services:
start_period: 60s start_period: 60s
frontend: frontend:
image: 114.55.99.6:10081/wordcloud/wordcloud-frontend:latest
build: build:
context: ./frontend context: ./frontend
dockerfile: Dockerfile dockerfile: Dockerfile