Informatievlaanderen / VSDS-LDES-E2E-testing

End-to-end tests and tooling needed for testing LDES components build as part of VSDS
European Union Public License 1.2
5 stars 2 forks source link

Other Docker Compose Commands Will Stabilize the LDES Ingest Demo #50

Closed Krieke closed 2 years ago

Krieke commented 2 years ago

https://github.com/Informatievlaanderen/VSDS-LDES-E2E-testing/blob/main/e2e-test/use-cases/gtfs-and-rt/1.ingest-ldes/README.md#test-setup describes how one has to deploy the Docker infrastructure using the docker compose up command followed by a docker stop <service> command. This might lead to confusion or to the gtfs2lds-js already being started.

It would be better to create the containers: docker compose -f <file> create Start those services which you want to start: docker compose start <list of services that can be started> As last one start the gtfs2ldes when the setup is prepaired: docker compose start gtfs2ldes-js

Krieke commented 2 years ago

Validated the documentation on main latest.