Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
a0700dbb
Commit
a0700dbb
authored
3 years ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Updated public instance dockerfile
Former-commit-id:
f4b5e07a
parent
c8ec50dd
No related branches found
No related tags found
1 merge request
!42
Fixed the query service tests
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.prod.yml
+21
-16
21 additions, 16 deletions
docker-compose.prod.yml
with
21 additions
and
16 deletions
docker-compose.prod.yml
+
21
−
16
View file @
a0700dbb
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment