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.

25 lines
514 B

version: "3.7"
services:
rh-hub-shell:
image: devops.qdhezheng.cn:5000/qdhezheng/rh-hub-shell
environment:
- TZ=Asia/Shanghai
- SPRING_PROFILES_ACTIVE=shellapi
ports:
- 10089:10089
working_dir: /app
restart: always
volumes:
- filedata:/app/upload
- ./application-shellapi.yml:/app/application-shellapi.yml
- ./client.jks:/app/client.jks
networks:
my_net:
aliases:
- rh-hub-shell
networks:
my_net:
volumes:
filedata: