Rebuild Shuffle structure for docker image builds

This commit is contained in:
frikky
2020-05-24 07:53:39 +02:00
parent f94ef2bffa
commit 62bc6708c1
43 changed files with 97 additions and 448 deletions
@@ -0,0 +1,14 @@
version: '3.4'
services:
thehive4py:
build:
context: .
dockerfile: Dockerfile
env_file:
- env.txt
restart: "no"
deploy:
mode: replicated
replicas: 10
restart_policy:
condition: none