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 fa78afc commit a012744Copy full SHA for a012744
1 file changed
docker-compose.yml
@@ -24,7 +24,7 @@ services:
24
- net
25
env_file: sublime.env
26
environment:
27
- MANTIS_HOST_URL: "http://host.docker.internal:8000"
+ MANTIS_HOST_URL: "http://sublime_mantis:8000"
28
sublime_redis:
29
image: redis:6.2
30
restart: unless-stopped
@@ -177,18 +177,6 @@ services:
177
/usr/bin/mc ls myminio;
178
exit 0;
179
"
180
- sublime_hydra:
181
- image: sublimesec/hydra-cpu:dev
182
- restart: unless-stopped
183
- ports:
184
- - "8200:8200"
185
- networks:
186
- - net
187
- container_name: sublime_hydra
188
- environment:
189
- WORKERS: 2
190
- WEB_CONCURRENCY: 5
191
- KEEP_ALIVE: 2
192
sublime_localstack:
193
container_name: sublime_localstack
194
image: localstack/localstack:4.10.0
0 commit comments