International-Data-Spaces-Association / IDS-testbed

Apache License 2.0
24 stars 32 forks source link

docker-compose not successful in current version #73

Closed kretzschi closed 2 years ago

kretzschi commented 2 years ago

Could not build the Testbed in current version with the docker-compose file.

Found some quick-fixes to make it run:

add version number to docker-compose.yaml

version: "3.0"
services:
  omejdn: ...

fix env variables by removing quotation marks

OMEJDN_VERSION=1.6.0
...
UI_VERSION=dev
jfernandezsqs commented 2 years ago

Hi @kretzschi! Which version of docker-compose are you using? Could you please paste the errors in this issue?

kretzschi commented 2 years ago

Thanks. Correct docker-compose version fixed the issue.