-
Notifications
You must be signed in to change notification settings - Fork 53
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
Is indy vdr setup mandatory for tailsserver #43
Comments
Are you starting the container in the same fashion is it is being started in the docker-compose file (https://github.com/bcgov/indy-tails-server/blob/main/docker/docker-compose.yml#L18-L23)? |
Yes using same commands like. docker run -p 6543:6543 imagename tails-server |
Have you supplied values for the |
This works for me:
|
I'm using same docker syntax as in tailserver file FROM bcgovimages/von-image:node-1.12-6 ADD requirements.txt . RUN pip3 install --upgrade pip ADD tails_server ./tails_server RUN pip3 install --no-cache-dir -e . ENTRYPOINT ["/bin/bash", "-c", "tails-server "$@""] |
Ah, you can't use the |
Actually I tried to build with main branch code base but I got few errors with dependencies . Can you please confirm to use the main branch of tailserver without any changes in docker image version and requirements.txt |
Yes, I was using the image built from the latest source on |
Im able to build and run in my local... Can you please share some info on how to use the tailsserver setup using current main repo in production environment. |
Here are some example OpenShift configurations for the tails server; https://github.com/bcgov/trust-over-ip-configurations/tree/main/openshift/templates/tails-server |
Is there any licence restrictions to use this repo and use for my requirements. Can we setup this repo and use with in any organisation as per the requirements. |
The project is open source and Apache-2.0 licensed |
I'm trying to build and run tails server with docker file using the docker.tails_server docker file statements.
Docker build is fine but when I run image getting indy vdr url is missing.
Please suggest to setup tails server without manage scripts.
The text was updated successfully, but these errors were encountered: