-
Notifications
You must be signed in to change notification settings - Fork 6
Docker images
Outvi V edited this page Nov 8, 2018
·
2 revisions
-
Judge server for DMOJ.
-
Main site as well as database server for DMOJ.
They are prebuilt on Docker Hub. However, the version of Docker Hub are build without any configuration. You need to configure it by yourself.
To use them together, see Install SchOJ.
It's also possible to use them seperately. For site there are no extra configurations. For judge, you need to modify the Dockerfile at the last line, changing site
to the address or IP of your site.
And for both images, don't forget to expose the ports mentioned in their Dockerfiles.