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.
23 lines
701 B
23 lines
701 B
# PROJECT: 康来生物有限公司kicc(智慧冷链)分布式架构平台 |
|
# VERSION: 1.0.0 |
|
# Author: 康来生物科技有限公司-王翔 |
|
|
|
# 更多信息请参考官网:https://docs.gitea.io/en-us/install-with-docker/ |
|
version: "3" |
|
services: |
|
|
|
#团队项目生命周期管理工具 |
|
jira: |
|
build: |
|
context: ./image |
|
container_name: jira |
|
image: jira |
|
hostname: jira |
|
restart: always |
|
ports: |
|
- 9300:8080 |
|
volumes: |
|
- /usr/software/dockerDatabase/jira/data:/var/atlassian/jira |
|
- /usr/software/dockerDatabase/jira/logs:/opt/atlassian/jira/logs |
|
- /usr/share/zoneinfo/Asia/Shanghai:/usr/share/zoneinfo/Asia/Shanghai |
|
- /etc/localtime:/etc/localtime
|
|
|