Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove leshan code generator configuration in docker compose; #398

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions server/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,4 @@ services:
context: ./generators/org.eclipse.vorto.codegen.service.lwm2m
image: vorto/lwm2m-generator

vorto-leshan-generator-host:
build:
context: ./generators/org.eclipse.vorto.codegen.service.leshan
image: vorto/leshan-generator

13 changes: 0 additions & 13 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,3 @@ services:
SERVER_CONTEXTPATH: /vorto-lwm2m
SERVER_HOST: vorto-lwm2m-generator-host
SERVER_PORT: "9016"

vorto-leshan-generator-host:
image: vorto/leshan-generator
container_name: vorto-leshan-generator
ports:
- 9017:9017
depends_on:
- vorto-repo-host
environment:
VORTO_SERVICE_REPOSITORYURL: http://vorto-repo-host:8080/infomodelrepository/rest
SERVER_CONTEXTPATH: /vorto-leshan
SERVER_HOST: vorto-leshan-generator-host
SERVER_PORT: "9017"