@@ -14,7 +14,7 @@ services:
1414 timeout : 3s
1515 retries : 10
1616 dataprep-redis-service :
17- image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
17+ image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}-openeuler
1818 container_name : dataprep-redis-server
1919 depends_on :
2020 redis-vector-db :
@@ -52,7 +52,7 @@ services:
5252 https_proxy : ${https_proxy}
5353 command : --model-id ${EMBEDDING_MODEL_ID} --auto-truncate
5454 retriever :
55- image : ${REGISTRY:-opea}/retriever:${TAG:-latest}
55+ image : ${REGISTRY:-opea}/retriever:${TAG:-latest}-openeuler
5656 container_name : retriever-redis-server
5757 depends_on :
5858 - redis-vector-db
@@ -111,7 +111,7 @@ services:
111111 retries : 100
112112 command : --model $LLM_MODEL_ID --host 0.0.0.0 --port 80
113113 chatqna-xeon-backend-server :
114- image : ${REGISTRY:-opea}/chatqna:${TAG:-latest}
114+ image : ${REGISTRY:-opea}/chatqna:${TAG:-latest}-openeuler
115115 container_name : chatqna-xeon-backend-server
116116 depends_on :
117117 redis-vector-db :
@@ -145,7 +145,7 @@ services:
145145 ipc : host
146146 restart : always
147147 chatqna-xeon-ui-server :
148- image : ${REGISTRY:-opea}/chatqna-ui:${TAG:-latest}
148+ image : ${REGISTRY:-opea}/chatqna-ui:${TAG:-latest}-openeuler
149149 container_name : chatqna-xeon-ui-server
150150 depends_on :
151151 - chatqna-xeon-backend-server
@@ -158,7 +158,7 @@ services:
158158 ipc : host
159159 restart : always
160160 chatqna-xeon-nginx-server :
161- image : ${REGISTRY:-opea}/nginx:${TAG:-latest}
161+ image : ${REGISTRY:-opea}/nginx:${TAG:-latest}-openeuler
162162 container_name : chatqna-xeon-nginx-server
163163 depends_on :
164164 - chatqna-xeon-backend-server
0 commit comments