Update 'docker-compose.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-03-31 20:35:11 +02:00
parent 806d1faa30
commit d59c6ead53

View File

@ -221,7 +221,7 @@ services:
- smtp - smtp
youtrack: youtrack:
image: jetbrains/youtrack:2019.3.65503 image: jetbrains/youtrack:2020.1.659
restart: always restart: always
depends_on: depends_on:
- smtp - smtp
@ -267,7 +267,5 @@ services:
- swagger - swagger
ports: ports:
- "127.0.0.1:8082:8080" - "127.0.0.1:8082:8080"
volumes:
- ./swagger/openapi.json:/openapi.json
environment: 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\" } ]"