⏺️ Comprehensive media tracker
Digital Dome is a comprehensive media tracking service designed to handle a diverse range of entities.
To set up Digital Dome using Docker, follow these steps:
- Clone the repository and navigate to the project directory.
- Run
docker compose up
to start all containers
You can also choose to run external services in Docker and the webapp locally
- Clone the repository and navigate to the project directory.
- Run
docker compose up -d db minio
to start the database and storage containers - Run
poetry install
to install dependencies using Poetry
See entrypoint.sh for usage options.
To create an admin user, run docker compose exec web python manage.py createsuperuser
and follow the prompts.