-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add docker support #15
base: master
Are you sure you want to change the base?
Conversation
So I've tried dockerizing Synapse using these instructions but when I curl to 0.0.0.0:5000/ews2case I get the error Success:False. Now when I look into the log file it gives me back the following errors. ERROR :: Failed to create case from email |
Did you update the configuration file to point to your Hive and with the correct API key? |
Hi, thanks for the response! Traceback (most recent call last): I've tried making a network to put all containers in since I thought they couldn't communicate properly but that didn't seem to resolve the issue. |
Hi @KleinLorenz can you provide your current docker-compose.yml file which includes thehive and synapse? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I think we should do the following improvements:
- Improve Dockerfile
- add github workflow which createthe docker container regularly on github
If you have interest on that I can help here.
Update Dockerfile
Adding basic Dockerfile to build a containerized version of Synapse.