Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Doker services #7

Open
MindaugasStankevicius opened this issue Jul 31, 2020 · 2 comments
Open

Doker services #7

MindaugasStankevicius opened this issue Jul 31, 2020 · 2 comments

Comments

@MindaugasStankevicius
Copy link

Dear developers,
I'm trying to run nntool and test it. I followed documentation /support/docker and started containers, but cannot find map-service running.
According to web-nntool documentation I need to specify servers (environment.ts or environment.prod.ts) file
servers: {
control: 'https://controller-de-01.net-neutrality.tools/api/v1/',
result: 'https://result-de-01.net-neutrality.tools/api/v1/',
search: 'https://search-de-01.net-neutrality.tools/api/v1/',
map: 'https://map-de-01.net-neutrality.tools/api/v0/',
statistic: 'https://statistic-de-01.net-neutrality.tools/api/v1/'
},

In docker compose file this service (map-service) not specified.

Thank You

@bpucher
Copy link
Contributor

bpucher commented Aug 27, 2020

It seems that the map-service is missing in the docker-compose(.dev).yml files (https://github.com/net-neutrality-tools/nntool/blob/master/support/docker/docker-compose.yml and https://github.com/net-neutrality-tools/nntool/blob/master/support/docker/docker-compose.dev.yml). You can copy the definition of the statistic-service and change the name and image from 'statistic-' to 'map-'. After this change, the map-service should be also started by docker-compose.

@MindaugasStankevicius
Copy link
Author

I made copy of definition (statistic-service to map-service), but didn't get the map API working.
I found that configuration file file for map-service is missing in (nntool/support/docker/config/dev/).
Also search-service is commented in docker-compose.dev.yml and configuration file for search-service also missing in (nntool/support/docker/config/dev/)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants