CERT-Polska/Artemis

Add information about swarm deployment

Closed this issue · 3 comments

Current docs just say

docker compose up --build \
    --scale=karton-nuclei=10 \
    --scale=karton-bruter=10 \
    --scale=karton-port_scanner=10

For that to be true, you need to be running a docker swarm, not just docker. This should be documented.

kazet commented
kazet commented

@BonusPlay do you confirm that it works for compose in non-swarm mode?

Yes, it was an issue with old docker compose version.