Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 428 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 428 Bytes

sjtu-plus-docker

docker-compose configuration for SJTU-Plus services

Usage

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