Skip to content

judge0/maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintenance

License: MIT

Simple HTTP server that responds to GET and POST requests on every route with your (custom) maintenance message and status 503.

Usage

Write your message in a file (e.q. my-message.txt):

Server is undergoing maintenance.

Then run:

docker run -d -p 80:80 -v $PWD/my-message.txt:/message.txt judge0/maintenance:0.1.0

Visit http://<Server IP>.

About

Simple HTTP server that responds to GET and POST requests on every route with your (custom) maintenance message and status 503.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors