新增ppgojob和cid
This commit is contained in:
@@ -50,6 +50,17 @@ services:
|
||||
networks:
|
||||
- redfuture-net
|
||||
|
||||
cid:
|
||||
build:
|
||||
context: ../cid
|
||||
dockerfile: Dockerfile
|
||||
container_name: cid
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:3001"
|
||||
networks:
|
||||
- redfuture-net
|
||||
|
||||
data-engine:
|
||||
build:
|
||||
context: ../data-engine
|
||||
@@ -61,6 +72,19 @@ services:
|
||||
networks:
|
||||
- redfuture-net
|
||||
|
||||
ppgo_job:
|
||||
build:
|
||||
context: ../ppgo_job
|
||||
dockerfile: Dockerfile
|
||||
container_name: ppgo_job
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8082:8082"
|
||||
networks:
|
||||
- redfuture-net
|
||||
volumes:
|
||||
- ppgo_job_data:/app/data
|
||||
|
||||
model-gateway:
|
||||
build:
|
||||
context: ../model-gateway
|
||||
@@ -141,3 +165,6 @@ services:
|
||||
- "443:443"
|
||||
networks:
|
||||
- redfuture-net
|
||||
|
||||
volumes:
|
||||
ppgo_job_data:
|
||||
|
||||
Reference in New Issue
Block a user