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? |
8ear
left a comment
There was a problem hiding this comment.
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.