Skip to content

SDUOJ/sduoj-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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