We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd9d1d commit fbd8b5bCopy full SHA for fbd8b5b
docker-compose.yml
@@ -45,9 +45,10 @@ services:
45
volumes:
46
- ./configs/frontend/:/etc/strelka/:ro
47
- logs:/var/log/strelka/
48
- container_name: sublime_strelka_frontend_1
49
depends_on:
50
- sublime_strelka_coordinator
+ deploy:
51
+ replicas: 1
52
sublime_strelka_backend:
53
image: sublimesec/strelka-backend:0.3
54
restart: unless-stopped
@@ -57,9 +58,10 @@ services:
57
58
- net
59
60
- ./configs/backend/:/etc/strelka/:ro
- container_name: sublime_strelka_backend_1
61
62
63
64
+ replicas: 2
65
sublime_strelka_manager:
66
image: sublimesec/strelka-manager:0.3
67
0 commit comments