Skip to content
Kushal Das edited this page Nov 19, 2025 · 12 revisions

Container setup explanation

  • ta: This is the primary trust anchor exposed over port 8080
  • admin: This is the Django based admin application on port 8000
  • redis: The primary redis cache
  • db: postgresql database for the admin Django application.

If you are using local rust (not in a container), then you can also use normal cargo build to build the application.

Containers

  • docker.sunet.se/inmor-admin:0.1.2
  • docker.sunet.se/inmor:0.1.2

Running tests

Make sure that the docker containers are not running.

uv run pytest -vvv

Clone this wiki locally