docker-compose configuration for SJTU-Plus services
First of all, create secrets files.
secrets/postgres-db.env
POSTGRES_USER=sjtu-plus
POSTGRES_PASSWORD=233333
secrets/sjtu-plus.env
SECRET_KEY=233333333
ALLOWED_HOST=localhost
And then, you can init all projects and start the service.
make init
make update
make loaddata
docker-compose up --build -d