Skip to content

Commit

Permalink
updated port mappings for threat detection backend service
Browse files Browse the repository at this point in the history
  • Loading branch information
ag060 committed Dec 17, 2024
1 parent dcb0418 commit c1b87b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker-compose-threat-detection-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ services:
image: ag60/akto-threat-detection-backend
env_file: ./docker-threat-detection-backend.env
restart: always
mem_limit: 4g
ports:
- "8980:8980"
- "9090:9090"
depends_on:
- kafka-internal
- mongo
2 changes: 1 addition & 1 deletion docker-threat-detection-backend.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
AKTO_MONGO_CONN=mongodb://mongo:27017 # point to cyborg mongo
AKTO_MONGO_CONN=mongodb://mongo:27017
AKTO_THREAT_PROTECTION_MONGO_CONN=mongodb://mongo:27017
THREAT_EVENTS_KAFKA_BROKER_URL=kafka-internal:19092

0 comments on commit c1b87b6

Please sign in to comment.