Skip to content

Commit a012744

Browse files
committed
reset
1 parent fa78afc commit a012744

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- net
2525
env_file: sublime.env
2626
environment:
27-
MANTIS_HOST_URL: "http://host.docker.internal:8000"
27+
MANTIS_HOST_URL: "http://sublime_mantis:8000"
2828
sublime_redis:
2929
image: redis:6.2
3030
restart: unless-stopped
@@ -177,18 +177,6 @@ services:
177177
/usr/bin/mc ls myminio;
178178
exit 0;
179179
"
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
192180
sublime_localstack:
193181
container_name: sublime_localstack
194182
image: localstack/localstack:4.10.0

0 commit comments

Comments
 (0)