Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 454 Bytes

File metadata and controls

19 lines (15 loc) · 454 Bytes

This repo host the docker for the DOMtutor/DOMjudge system. This docker was created by Tobias Meggendorfer

Deployment

  • Create ./.env if not present with:
    DB_ROOT_PASSWORD=<secure password>
    DB_DOMJUDGE_PASSWORD=<secure password>
    
  • Run docker-compose up -d
  • Note the judgehost secret
  • Add to .env:
    JUDGE_PASSWORD=<judgehost secret>
    
  • Run docker-compose up -d