chore(docker): point compose images to Harbor registry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user