Update 'docker-compose.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-03-31 20:35:11 +02:00
parent 806d1faa30
commit d59c6ead53
1 changed files with 2 additions and 4 deletions

View File

@ -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\" } ]"