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

create docker containers for client, lib and runner #381

Closed
prasadtalasila opened this issue Dec 21, 2023 · 1 comment · Fixed by #440
Closed

create docker containers for client, lib and runner #381

prasadtalasila opened this issue Dec 21, 2023 · 1 comment · Fixed by #440
Assignees

Comments

@prasadtalasila
Copy link
Contributor

One separate docker container to be created for:

The node:20.10.0-slim seems like a suitable container to use.

Component Port Copy / Install volume mapping Notes
client website 4000 client/build directory to /dtaas/client without the env.js ${PWD}/dtaas/client.js:/dtaas/env.js npm serve package can be used
lib microservice 4001 libms from github npm registry ${PWD}/dtaas/files:/dtaas/files, ${PWD}/dtaas/lib:/dtaas/servers/lib/.env
runner microservice 4002 runner from github npm registry ${PWD}/dtaas/files:/dtaas/files

runner microservice

@prasadtalasila
Copy link
Contributor Author

The runner is to be run from user workspace. It need not be run as a dedicated container.

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

Successfully merging a pull request may close this issue.

2 participants