Skip to content
Snippets Groups Projects
Commit 3c1c5d5d authored by Martin Weise's avatar Martin Weise
Browse files

Updated the service dependency order

parent 619bc47c
No related branches found
No related tags found
1 merge request!81New stable release
...@@ -4,7 +4,17 @@ target/ ...@@ -4,7 +4,17 @@ target/
!**/src/main/**/target/ !**/src/main/**/target/
!**/src/test/**/target/ !**/src/test/**/target/
.invenio/ # Notebooks
.jupyter/.idea/
.jupyter/.ipynb_checkpoints
.jupyter/api_authentication
.jupyter/api_broker
.jupyter/api_container
.jupyter/api_database
.jupyter/api_identifier
.jupyter/api_query
.jupyter/api_table
.jupyter/venv
# Environment # Environment
.env .env
......
File added
This diff is collapsed.
...@@ -52,9 +52,6 @@ services: ...@@ -52,9 +52,6 @@ services:
environment: environment:
SPRING_PROFILES_ACTIVE: docker SPRING_PROFILES_ACTIVE: docker
TZ: Europe/Vienna TZ: Europe/Vienna
depends_on:
fda-gateway-service:
condition: service_healthy
ports: ports:
- "9090:9090" - "9090:9090"
logging: logging:
...@@ -73,6 +70,9 @@ services: ...@@ -73,6 +70,9 @@ services:
TZ: Europe/Vienna TZ: Europe/Vienna
ports: ports:
- "9095:9095" - "9095:9095"
depends_on:
fda-discovery-service:
condition: service_healthy
logging: logging:
driver: json-file driver: json-file
......
...@@ -52,9 +52,6 @@ services: ...@@ -52,9 +52,6 @@ services:
environment: environment:
SPRING_PROFILES_ACTIVE: docker SPRING_PROFILES_ACTIVE: docker
TZ: Europe/Vienna TZ: Europe/Vienna
depends_on:
fda-gateway-service:
condition: service_healthy
ports: ports:
- "9090:9090" - "9090:9090"
logging: logging:
...@@ -73,6 +70,9 @@ services: ...@@ -73,6 +70,9 @@ services:
TZ: Europe/Vienna TZ: Europe/Vienna
ports: ports:
- "9095:9095" - "9095:9095"
depends_on:
fda-discovery-service:
condition: service_healthy
logging: logging:
driver: json-file driver: json-file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment