sublime-security / sublime-platform

A free and open platform for detecting and preventing email attacks like BEC, malware, and credential phishing. Gain visibility and control, hunt for advanced threats, collaborate with the community, and write detections-as-code.
https://sublime.security
MIT License
153 stars 14 forks source link

feat: add mantis host url to FE container in docker-compose #153

Closed benjamminj closed 5 months ago

benjamminj commented 5 months ago

This allows us to make requests from the dashboard container's server to Mantis. BASE_URL doesn't work on the server since it's a localhost URL meant to be hit from the user's browser, so we need the http:sublime_mantis:8000 URL.

This env variable is not required for the app to function, and is currently only set here in docker-compose.