Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 530 Bytes

sduoj-deploy

This project contains a Docker image meant to facilitate the deployment of SDUOJ.

Project directory

  • build: The source code of the docker image.
  • env: Environment variable file for compose yaml.
  • data: Some data files for running the service.

How to scale

docker compose up -d --scale user-service=2

Credits