Update 'docker-compose.yml'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
806d1faa30
commit
d59c6ead53
@ -221,7 +221,7 @@ services:
|
||||
- smtp
|
||||
|
||||
youtrack:
|
||||
image: jetbrains/youtrack:2019.3.65503
|
||||
image: jetbrains/youtrack:2020.1.659
|
||||
restart: always
|
||||
depends_on:
|
||||
- smtp
|
||||
@ -267,7 +267,5 @@ services:
|
||||
- swagger
|
||||
ports:
|
||||
- "127.0.0.1:8082:8080"
|
||||
volumes:
|
||||
- ./swagger/openapi.json:/openapi.json
|
||||
environment:
|
||||
SWAGGER_JSON: /openapi.json
|
||||
URLS: "[ { name: \"Input Service\", url: \"https://git.kmlabz.com/birbnetes/swagger-docs/raw/branch/master/input.yml\"}, { name: \"Storage Service\", url: \"https://git.kmlabz.com/birbnetes/swagger-docs/raw/branch/master/storage.yml\" }, { name: \"Extractor Service\", url: \"https://git.kmlabz.com/birbnetes/swagger-docs/raw/branch/master/extractor.yaml\" } ]"
|
Reference in New Issue
Block a user