Feat(judgehost): test judgehost

This commit is contained in:
2025-04-06 20:45:24 +08:00
parent 81c23bc103
commit aff00e56ad
5 changed files with 67 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
services:
judgehost:
image: domjudge/judgehost:{{ judgehost_version }}
privileged: true
environment:
DAEMON_ID: 0
DOMSERVER_BASEURL: {{ domserver_url }}
JUDGEDAEMON_USERNAME: judgehost
JUDGEDAEMON_PASSWORD: {{ judgehost_password }}
DOMJUDGE_CREATE_WRITABLE_TEMP_DIR: 1
CONTAINER_TIMEZONE: Asia/Taipei
restart: always