/vbos-backend

Backend services for the VBOS project

Primary LanguagePython

vbos-backend

Docker Built with

VBOS Django application and data services. Check out the project's documentation.

Prerequisites

Local Development

Start the dev server for local development:

cd deploy/
docker compose up

Run a command inside the docker container:

docker compose run --rm web [command]

Configuration

Copy the .env.example file to .env and edit the variables you need to configure the access to the DigitalOcean Spaces (S3 compatible).