Files
domjudge/roles/configure_judgehost_docker/templates/docker-compose.yml.jinja
Yi-Ting Shih 935ae15ef3
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 18s
Refactor(judgehost): add kotlin support
2025-04-10 03:04:46 +08:00

15 lines
422 B
Django/Jinja

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