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

added git submodule for graphical interface, added docker-compose module for gui

parent 712d81d3
No related branches found
No related tags found
No related merge requests found
[submodule "fda-ui"]
path = fda-ui
url = git@gitlab.phaidra.org:fair-data-austria-db-repository/fda-ui.git
branch = master
......@@ -146,3 +146,19 @@ services:
- fda-discovery-server
logging:
driver: json-file
fda-ui:
container_name: fda-ui
build: ../fda-ui
image: fda-ui
expose:
- 3000
ports:
- 3000:3000
links:
- fda-discovery-server
- fda-container-managing-service
- fda-query-service
- fda-analyse-service
depends_on:
- fda-discovery-server
Subproject commit 1515f4f189a64804a81653ab648312f97cf919d7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment