common版本更新
This commit is contained in:
+1
-209
@@ -10,7 +10,7 @@
|
|||||||
# docker compose -f deploy/docker-compose-infra-main.yml -f deploy/docker-compose-app.yml up -d
|
# docker compose -f deploy/docker-compose-infra-main.yml -f deploy/docker-compose-app.yml up -d
|
||||||
# ============================================================
|
# ============================================================
|
||||||
|
|
||||||
name: redfuture
|
name: redfuture-app
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
redfuture-net:
|
redfuture-net:
|
||||||
@@ -26,13 +26,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
|
||||||
- ../gateway/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
consul:
|
|
||||||
condition: service_started
|
|
||||||
networks:
|
networks:
|
||||||
- redfuture-net
|
- redfuture-net
|
||||||
|
|
||||||
@@ -44,13 +37,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8808:8808"
|
- "8808:8808"
|
||||||
volumes:
|
|
||||||
- ../admin-go/config.yaml:/build/manifest/config/config.yaml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
networks:
|
||||||
- redfuture-net
|
- redfuture-net
|
||||||
|
|
||||||
@@ -60,75 +46,6 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: ai-agent
|
container_name: ai-agent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
|
||||||
- ../ai-agent/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
|
||||||
- redfuture-net
|
|
||||||
|
|
||||||
assets:
|
|
||||||
build:
|
|
||||||
context: ../assets
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: assets
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "3003:3003"
|
|
||||||
volumes:
|
|
||||||
- ../assets/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
nats:
|
|
||||||
condition: service_started
|
|
||||||
networks:
|
|
||||||
- redfuture-net
|
|
||||||
|
|
||||||
cid:
|
|
||||||
build:
|
|
||||||
context: ../cid
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: cid
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "3001:3001"
|
|
||||||
volumes:
|
|
||||||
- ../cid/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
|
||||||
- redfuture-net
|
|
||||||
|
|
||||||
customer-server:
|
|
||||||
build:
|
|
||||||
context: ../customer-server
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: customer-server
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "3012:3012"
|
|
||||||
volumes:
|
|
||||||
- ../customer-server/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
mongodb:
|
|
||||||
condition: service_started
|
|
||||||
nats:
|
|
||||||
condition: service_started
|
|
||||||
rabbitmq:
|
|
||||||
condition: service_started
|
|
||||||
networks:
|
networks:
|
||||||
- redfuture-net
|
- redfuture-net
|
||||||
|
|
||||||
@@ -140,31 +57,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3013:3013"
|
- "3013:3013"
|
||||||
volumes:
|
|
||||||
- ../data-engine/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
|
||||||
- redfuture-net
|
|
||||||
|
|
||||||
erp:
|
|
||||||
build:
|
|
||||||
context: ../erp
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: erp
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "3011:3011"
|
|
||||||
volumes:
|
|
||||||
- ../erp/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
networks:
|
||||||
- redfuture-net
|
- redfuture-net
|
||||||
|
|
||||||
@@ -176,13 +68,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3010:3010"
|
- "3010:3010"
|
||||||
volumes:
|
|
||||||
- ../media/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
networks:
|
||||||
- redfuture-net
|
- redfuture-net
|
||||||
|
|
||||||
@@ -194,31 +79,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3004:3004"
|
- "3004:3004"
|
||||||
volumes:
|
|
||||||
- ../model-gateway/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
|
||||||
- redfuture-net
|
|
||||||
|
|
||||||
order:
|
|
||||||
build:
|
|
||||||
context: ../order
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: order
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "3002:3002"
|
|
||||||
volumes:
|
|
||||||
- ../order/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
mongodb:
|
|
||||||
condition: service_started
|
|
||||||
networks:
|
networks:
|
||||||
- redfuture-net
|
- redfuture-net
|
||||||
|
|
||||||
@@ -230,15 +90,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3008:3008"
|
- "3008:3008"
|
||||||
volumes:
|
|
||||||
- ../oss/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
minio:
|
|
||||||
condition: service_started
|
|
||||||
networks:
|
networks:
|
||||||
- redfuture-net
|
- redfuture-net
|
||||||
|
|
||||||
@@ -250,64 +101,5 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3009:3009"
|
- "3009:3009"
|
||||||
volumes:
|
|
||||||
- ../prompts-core/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
|
||||||
- redfuture-net
|
|
||||||
|
|
||||||
rag:
|
|
||||||
build:
|
|
||||||
context: ../rag
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: rag
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "3006:3006"
|
|
||||||
volumes:
|
|
||||||
- ../rag/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
meilisearch:
|
|
||||||
condition: service_started
|
|
||||||
networks:
|
|
||||||
- redfuture-net
|
|
||||||
|
|
||||||
shop-user-trade:
|
|
||||||
build:
|
|
||||||
context: ../shop-user-trade
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: shop-user-trade
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "3007:3007"
|
|
||||||
volumes:
|
|
||||||
- ../shop-user-trade/config.yml:/build/config.yml
|
|
||||||
depends_on:
|
|
||||||
postgres:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
networks:
|
|
||||||
- redfuture-net
|
|
||||||
|
|
||||||
video-factory:
|
|
||||||
build:
|
|
||||||
context: ../video-factory
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: video-factory
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "3015:3006"
|
|
||||||
volumes:
|
|
||||||
- ../video-factory/config.yml:/build/config.yml
|
|
||||||
- ../data/video-factory:/build/data
|
|
||||||
networks:
|
networks:
|
||||||
- redfuture-net
|
- redfuture-net
|
||||||
|
|||||||
Reference in New Issue
Block a user