Implements the search-service

This commit is contained in:
GabrielInTheWorld 2022-06-13 08:18:06 +02:00
parent b251b942c3
commit e8de5992a2
3 changed files with 22 additions and 4 deletions

3
.gitmodules vendored
View File

@ -34,3 +34,6 @@
path = openslides-vote-service
url = https://github.com/OpenSlides/openslides-vote-service.git
branch = main
[submodule "openslides-search-service"]
path = openslides-search-service
url = git@github.com:OpenSlides/openslides-search-service.git

View File

@ -185,3 +185,17 @@ services:
- ../openslides-vote-service/internal:/root/internal
ports:
- "9013:9013"
search-service:
image: openslides-search-service-dev
depends_on:
- autoupdate
- postgres
env_file:
- services.env
environment:
- OPENSLIDES_DEVELOPMENT=1
volumes:
- ../openslides-search-service/search-service/src:/app/src
ports:
- "9022:9022"

@ -0,0 +1 @@
Subproject commit 87989b4acee3b652a284c350a7685b0da8771054