You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
501 B
16 lines
501 B
4 years ago
|
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"
|