Refactor(judgehost): add kotlin support
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 18s
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 18s
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup
|
||||
Reference in New Issue
Block a user