youtrack
This commit is contained in:
parent
6ca2ed0892
commit
38938a8e47
@ -129,6 +129,22 @@ services:
|
|||||||
parallelism: 1
|
parallelism: 1
|
||||||
order: start-first
|
order: start-first
|
||||||
|
|
||||||
|
youtrack:
|
||||||
|
image: jetbrains/youtrack:2022.2.60480
|
||||||
|
volumes:
|
||||||
|
- /sprint-data/youtrack:/opt/youtrack
|
||||||
|
ports:
|
||||||
|
- "1231:8080"
|
||||||
|
deploy:
|
||||||
|
mode: replicated
|
||||||
|
placement:
|
||||||
|
constraints: [node.role == manager]
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
update_config:
|
||||||
|
parallelism: 1
|
||||||
|
order: start-first
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
minio_data:
|
minio_data:
|
||||||
driver: local
|
driver: local
|
||||||
|
@ -10,8 +10,10 @@ stages:
|
|||||||
- docker network create -d overlay --attachable common-infra-nginx || true
|
- docker network create -d overlay --attachable common-infra-nginx || true
|
||||||
- mkdir /sprint-data/mongo || true
|
- mkdir /sprint-data/mongo || true
|
||||||
- mkdir /sprint-data/redis || true
|
- mkdir /sprint-data/redis || true
|
||||||
|
- mkdir /sprint-data/youtrack || true
|
||||||
- chmod 777 /sprint-data/grafana
|
- chmod 777 /sprint-data/grafana
|
||||||
- chmod 777 /sprint-data/redis
|
- chmod 777 /sprint-data/redis
|
||||||
|
- chmod 777 /sprint-data/youtrack
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
Loading…
Reference in New Issue
Block a user