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.
opsli-boot/docker-compose.yml

22 lines
505 B

version: '3.3'
services:
opsli-boot:
build: ./
restart: on-failure
container_name: opsli-boot
image: opsli-boot
environment:
TZ: Asia/Shanghai
LANG: en_US.UTF-8
command:
- -Xmx2048m
- -Xms2048m
- -XX:+UseG1GC
- -XX:MaxGCPauseMillis=200
- --spring.profiles.active=test
privileged: true
volumes:
- /www/wwwroot/demo.opsli.bedebug.com/backend/logs:/usr/local/opsli/opsli-boot/logs #挂载目录
ports:
- "7000:7000"