/sduoj-deploy

Deploy an SDUOJ anywhere!

Primary LanguageDockerfileGNU Affero General Public License v3.0AGPL-3.0

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