Docker powered multilanguage online judge (Web interface)
606
You probably want to use the compose file as this does not include other required services.
Run with
sudo docker run -e SECRET=randomstring -e ALLOWED_HOST=example.com \
-e ADMIN_PASSWORD=hackme \
-v /path/to/store:/data \
-p 8080:80 willwill/grader
These variables will be put into Python string without escaping, so make sure quotation marks (") are escaped.
SECRET_KEY. Will be randomized on start if you didn't set one.sqlite:///data/db.sqliteHost headers to connect. Set to your production URL.
Defaults to localhost and debug mode will be enabled127.0.0.1 which is probably invalid.11300false to disable register.Mount /data to store your uploaded files. Also the default configuration will store a sqlite file there.
Content type
Image
Digest
Size
370.5 MB
Last updated
over 7 years ago
docker pull willwill/grader