Feat(judgehost): test judgehost
This commit is contained in:
12
roles/configure_judgehost/templates/docker-compose.yml.jinja
Normal file
12
roles/configure_judgehost/templates/docker-compose.yml.jinja
Normal 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
|
||||
Reference in New Issue
Block a user