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
b136cb26
Unverified
Commit
b136cb26
authored
Mar 28, 2022
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Reverted some changes in the docker compose
parent
7fe59319
No related branches found
No related tags found
2 merge requests
!81
New stable release
,
!47
Resolve "Show error messages from response"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+14
-0
14 additions, 0 deletions
docker-compose.yml
with
14 additions
and
0 deletions
docker-compose.yml
+
14
−
0
View file @
b136cb26
...
@@ -28,6 +28,7 @@ services:
...
@@ -28,6 +28,7 @@ services:
image
:
fda-metadata-db
image
:
fda-metadata-db
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.5
volumes
:
volumes
:
-
fda-metadata-db-data:/var/lib/postgresql/data
-
fda-metadata-db-data:/var/lib/postgresql/data
ports
:
ports
:
...
@@ -48,6 +49,7 @@ services:
...
@@ -48,6 +49,7 @@ services:
image
:
fda-discovery-service
image
:
fda-discovery-service
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.4
environment
:
environment
:
SPRING_PROFILES_ACTIVE
:
docker
SPRING_PROFILES_ACTIVE
:
docker
TZ
:
Europe/Vienna
TZ
:
Europe/Vienna
...
@@ -67,6 +69,7 @@ services:
...
@@ -67,6 +69,7 @@ services:
image
:
fda-gateway-service
image
:
fda-gateway-service
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.2
environment
:
environment
:
SPRING_PROFILES_ACTIVE
:
docker
SPRING_PROFILES_ACTIVE
:
docker
TZ
:
Europe/Vienna
TZ
:
Europe/Vienna
...
@@ -84,6 +87,7 @@ services:
...
@@ -84,6 +87,7 @@ services:
networks
:
networks
:
fda-userdb
:
fda-userdb
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.9
environment
:
environment
:
SPRING_PROFILES_ACTIVE
:
docker
SPRING_PROFILES_ACTIVE
:
docker
TZ
:
Europe/Vienna
TZ
:
Europe/Vienna
...
@@ -105,6 +109,7 @@ services:
...
@@ -105,6 +109,7 @@ services:
image
:
fda-container-service
image
:
fda-container-service
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.8
environment
:
environment
:
SPRING_PROFILES_ACTIVE
:
docker
SPRING_PROFILES_ACTIVE
:
docker
TZ
:
Europe/Vienna
TZ
:
Europe/Vienna
...
@@ -126,6 +131,7 @@ services:
...
@@ -126,6 +131,7 @@ services:
build
:
fda-authentication-service
build
:
fda-authentication-service
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.14
environment
:
environment
:
SPRING_PROFILES_ACTIVE
:
docker
SPRING_PROFILES_ACTIVE
:
docker
TZ
:
Europe/Vienna
TZ
:
Europe/Vienna
...
@@ -145,6 +151,7 @@ services:
...
@@ -145,6 +151,7 @@ services:
image
:
fda-query-service
image
:
fda-query-service
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.12
fda-userdb
:
fda-userdb
:
environment
:
environment
:
SPRING_PROFILES_ACTIVE
:
docker
SPRING_PROFILES_ACTIVE
:
docker
...
@@ -167,6 +174,7 @@ services:
...
@@ -167,6 +174,7 @@ services:
image
:
fda-table-service
image
:
fda-table-service
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.11
fda-userdb
:
fda-userdb
:
environment
:
environment
:
SPRING_PROFILES_ACTIVE
:
docker
SPRING_PROFILES_ACTIVE
:
docker
...
@@ -191,6 +199,7 @@ services:
...
@@ -191,6 +199,7 @@ services:
image
:
fda-identifier-service
image
:
fda-identifier-service
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.13
environment
:
environment
:
SPRING_PROFILES_ACTIVE
:
docker
SPRING_PROFILES_ACTIVE
:
docker
TZ
:
Europe/Vienna
TZ
:
Europe/Vienna
...
@@ -208,6 +217,7 @@ services:
...
@@ -208,6 +217,7 @@ services:
image
:
fda-analyse-service
image
:
fda-analyse-service
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.10
fda-userdb
:
fda-userdb
:
command
:
sh -c "/wait && flask run"
# docker-compose should not test the implementation
command
:
sh -c "/wait && flask run"
# docker-compose should not test the implementation
environment
:
environment
:
...
@@ -231,6 +241,7 @@ services:
...
@@ -231,6 +241,7 @@ services:
image
:
fda-units-service
image
:
fda-units-service
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.7
environment
:
environment
:
EUREKA_SERVER
:
http://fda-discovery-service:9090/eureka/
EUREKA_SERVER
:
http://fda-discovery-service:9090/eureka/
TZ
:
Europe/Vienna
TZ
:
Europe/Vienna
...
@@ -255,6 +266,7 @@ services:
...
@@ -255,6 +266,7 @@ services:
TZ
:
Europe/Vienna
TZ
:
Europe/Vienna
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.3
ports
:
ports
:
-
"
5672:5672"
-
"
5672:5672"
-
"
15672:15672"
-
"
15672:15672"
...
@@ -274,6 +286,7 @@ services:
...
@@ -274,6 +286,7 @@ services:
command
:
[
"
elasticsearch"
]
command
:
[
"
elasticsearch"
]
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.6
environment
:
environment
:
-
discovery.type=single-node
-
discovery.type=single-node
-
"
ES_JAVA_OPTS=-Xms512m
-Xmx512m"
-
"
ES_JAVA_OPTS=-Xms512m
-Xmx512m"
...
@@ -295,6 +308,7 @@ services:
...
@@ -295,6 +308,7 @@ services:
image
:
fda-ui
image
:
fda-ui
networks
:
networks
:
fda-public
:
fda-public
:
# ipv4_address: 172.29.0.15
ports
:
ports
:
-
"
3000:3000"
-
"
3000:3000"
volumes
:
volumes
:
...
...
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