2 changed files with 30 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
version: '2' |
|||
services: |
|||
tduck-api: |
|||
# build: |
|||
# context: ./jeecg-boot-module-system |
|||
network_mode: host |
|||
restart: unless-stopped |
|||
container_name: tduck-platform-prod |
|||
image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-master/tduck-platform:version_placeholder |
|||
environment: |
|||
RUN_INSTRUCT: "java -Djava.security.egd=file:/dev/./urandom -Dspring.profiles.active=prod -jar tduck-api.jar" |
|||
ports: |
|||
- 8116:8116 |
|||
volumes: |
|||
- "/opt/epmet-cloud-logs/dev:/logs" |
@ -0,0 +1,15 @@ |
|||
version: '2' |
|||
services: |
|||
tduck-api: |
|||
# build: |
|||
# context: ./jeecg-boot-module-system |
|||
network_mode: host |
|||
restart: unless-stopped |
|||
container_name: tduck-platform-test |
|||
image: registry-vpc.cn-qingdao.aliyuncs.com/epmet-cloud-release/tduck-platform:version_placeholder |
|||
environment: |
|||
RUN_INSTRUCT: "java -Djava.security.egd=file:/dev/./urandom -Dspring.profiles.active=test -jar tduck-api.jar" |
|||
ports: |
|||
- 8116:8116 |
|||
volumes: |
|||
- "/opt/epmet-cloud-logs/dev:/logs" |
Loading…
Reference in new issue