fix(docker): 修正 Docker Compose 配置 #8
@ -14,7 +14,7 @@ services:
|
||||
volumes:
|
||||
- llmx-nacos-volume:/nacos/data
|
||||
llmx-core-service:
|
||||
image: ${Docker_REGISTRY_URL}/llmx-core-service
|
||||
image: ${${DOCKER_REGISTRY_URL}}/llmx-core-service
|
||||
container_name: llmx-core-service
|
||||
ports:
|
||||
- "9002:9002"
|
||||
@ -25,9 +25,9 @@ services:
|
||||
volumes:
|
||||
- llmx-core-service-volume:/app/volume
|
||||
restart: always
|
||||
llmx-impl-baiLian:
|
||||
image: ${Docker_REGISTRY_URL}/llmx-impl-baiLian
|
||||
container_name: llmx-impl-baiLian
|
||||
llmx-impl-bailian:
|
||||
image: ${${DOCKER_REGISTRY_URL}}/llmx-impl-bailian
|
||||
container_name: llmx-impl-bailian
|
||||
ports:
|
||||
- "9003:9003"
|
||||
networks:
|
||||
@ -35,7 +35,7 @@ services:
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: ${SPRING_PROFILES_ACTIVE}
|
||||
volumes:
|
||||
- llmx-impl-baiLian-volume:/app/volume
|
||||
- llmx-impl-bailian-volume:/app/volume
|
||||
restart: always
|
||||
llmx-core-database:
|
||||
image: postgres:16-alpine # 长期支持版本推荐用 16
|
||||
@ -57,6 +57,6 @@ networks:
|
||||
driver: bridge
|
||||
volumes:
|
||||
llmx-core-service-volume:
|
||||
llmx-impl-baiLian-volume:
|
||||
llmx-impl-bailian-volume:
|
||||
llmx-core-db-volume:
|
||||
llmx-nacos-volume:
|
||||
Loading…
x
Reference in New Issue
Block a user