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