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

Updated public instance dockerfile

Former-commit-id: f4b5e07a
parent c8ec50dd
No related branches found
No related tags found
1 merge request!42Fixed the query service tests
...@@ -76,15 +76,6 @@ services: ...@@ -76,15 +76,6 @@ services:
TZ: Europe/Vienna TZ: Europe/Vienna
ports: ports:
- "9095:9095" - "9095:9095"
depends_on:
fda-container-service:
condition: service_healthy
fda-database-service:
condition: service_healthy
fda-table-service:
condition: service_healthy
fda-query-service:
condition: service_healthy
logging: logging:
driver: json-file driver: json-file
...@@ -108,6 +99,8 @@ services: ...@@ -108,6 +99,8 @@ services:
depends_on: depends_on:
fda-discovery-service: fda-discovery-service:
condition: service_healthy condition: service_healthy
fda-authentication-service:
condition: service_healthy
fda-broker-service: fda-broker-service:
condition: service_healthy condition: service_healthy
fda-metadata-db: fda-metadata-db:
...@@ -136,6 +129,8 @@ services: ...@@ -136,6 +129,8 @@ services:
depends_on: depends_on:
fda-discovery-service: fda-discovery-service:
condition: service_healthy condition: service_healthy
fda-authentication-service:
condition: service_healthy
fda-metadata-db: fda-metadata-db:
condition: service_healthy condition: service_healthy
logging: logging:
...@@ -150,8 +145,6 @@ services: ...@@ -150,8 +145,6 @@ services:
networks: networks:
fda-public: fda-public:
ipv4_address: 172.29.0.14 ipv4_address: 172.29.0.14
volumes:
- /tmp:/tmp
environment: environment:
SPRING_PROFILES_ACTIVE: docker SPRING_PROFILES_ACTIVE: docker
TZ: Europe/Vienna TZ: Europe/Vienna
...@@ -162,8 +155,6 @@ services: ...@@ -162,8 +155,6 @@ services:
condition: service_healthy condition: service_healthy
fda-discovery-service: fda-discovery-service:
condition: service_healthy condition: service_healthy
fda-gateway-service:
condition: service_healthy
fda-discovery-service: fda-discovery-service:
condition: service_healthy condition: service_healthy
logging: logging:
...@@ -191,6 +182,8 @@ services: ...@@ -191,6 +182,8 @@ services:
condition: service_healthy condition: service_healthy
fda-container-service: fda-container-service:
condition: service_healthy condition: service_healthy
fda-authentication-service:
condition: service_healthy
fda-table-service: fda-table-service:
condition: service_healthy condition: service_healthy
fda-metadata-db: fda-metadata-db:
...@@ -222,6 +215,8 @@ services: ...@@ -222,6 +215,8 @@ services:
condition: service_healthy condition: service_healthy
fda-discovery-service: fda-discovery-service:
condition: service_healthy condition: service_healthy
fda-authentication-service:
condition: service_healthy
fda-broker-service: fda-broker-service:
condition: service_healthy condition: service_healthy
fda-database-service: fda-database-service:
...@@ -248,6 +243,8 @@ services: ...@@ -248,6 +243,8 @@ services:
depends_on: depends_on:
fda-metadata-db: fda-metadata-db:
condition: service_healthy condition: service_healthy
fda-authentication-service:
condition: service_healthy
fda-discovery-service: fda-discovery-service:
condition: service_healthy condition: service_healthy
fda-query-service: fda-query-service:
...@@ -358,9 +355,17 @@ services: ...@@ -358,9 +355,17 @@ services:
- /tmp:/tmp - /tmp:/tmp
- "./fda-ui/.prod:/certs" - "./fda-ui/.prod:/certs"
depends_on: depends_on:
fda-gateway-service: fda-container-service:
condition: service_healthy condition: service_healthy
fda-discovery-service: fda-database-service:
condition: service_healthy
fda-table-service:
condition: service_healthy
fda-query-service:
condition: service_healthy
fda-identifier-service:
condition: service_healthy
fda-authentication-service:
condition: service_healthy condition: service_healthy
environment: environment:
HOST: 0.0.0.0 HOST: 0.0.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment