Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-rc-1
Commits
468fc995
Commit
468fc995
authored
2 years ago
by
tushar5526
Browse files
Options
Download
Patches
Plain Diff
feat: added casa-user-data-service
parent
73c9ada5
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+5
-1
docker-compose.yml
with
5 additions
and
1 deletion
+5
-1
docker-compose.yml
+
5
−
1
View file @
468fc995
...
...
@@ -11,11 +11,16 @@ services:
volumes
:
-
db:/var/lib/postgresql/data
casa-user-data-service
:
build
:
context
:
https://github.com/UPHRH-platform/casa-user-data-service.git
keycloak-casa
:
image
:
keycloak-casa
build
:
./keycloak-casa
depends_on
:
-
keycloak-casa-db
-
casa-user-data-service
ports
:
-
8080:8080
environment
:
...
...
@@ -29,7 +34,6 @@ services:
command
:
-
"
start-dev"
volumes
:
db
:
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets