Loads from Dockerhub rather than local builds. Should remove loads of errors.

This commit is contained in:
frikky
2020-05-21 11:51:10 +02:00
parent b4d94e803f
commit df9e719cff
4 changed files with 32 additions and 26 deletions
+5
View File
@@ -1,6 +1,7 @@
# Shuffle
[Shuffle](https://shuffler.io) is an automation platform for your security stack. It leverages docker for scaling and OpenAPI for integrations. It has the possibility to run across multiple isolated environments, and gives you powerful tools to track progress.
**It's in BETA, so be careful**
![Example Shuffle webhook integration](shuffle_webhook.png)
@@ -100,6 +101,10 @@ There will be a major overhaul to the backend specifically. I'm currently moving
```
* Mail: Use appengine and connect to sendmail
# Update for users:
* Build from scratch (docker-compose)
* Push stable builds to Dockerhub
### Migration issues:
* Some workflows where items have multiple parents don't work.
* Fix dummy.json (GCP config) - bypass this somehow.