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:
backend:
image: 114.55.99.6:10081/wordcloud/wordcloud-backend:latest
build:
context: ./backend
dockerfile: Dockerfile
@@ -21,6 +22,7 @@ services:
start_period: 60s
frontend:
image: 114.55.99.6:10081/wordcloud/wordcloud-frontend:latest
build:
context: ./frontend
dockerfile: Dockerfile