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