Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firstandthird/maintenance

a really tiny server that returns a 503 with a custom message. Best run in a docker container.
https://github.com/firstandthird/maintenance

Last synced: 3 days ago
JSON representation

a really tiny server that returns a 503 with a custom message. Best run in a docker container.

Awesome Lists containing this project

README

        

# maintenance
a really tiny server that returns a 503 with a custom message. Best run in a docker container.

## Usage

```
docker run -d -e PORT=80 -p 80:80 -e MESSAGE="Some custom message" firstandthird/maintenance
```