Sign inSign up

alcyondev/ok

By alcyondev

•Updated 5 months ago

Image
0

1.9K

alcyondev/ok repository overview

⁠OK

A minimal HTTP health check server. Responds to every request with 200 OK.

⁠Try it instantly

docker run --rm -p 8888:8888 alcyondev/ok:latest

Open http://localhost:8888⁠.

⁠Deploying OK in production

Add the alcyondev/ok:latest docker image to your favorite stack and you are done! Configure your load balancer or reverse proxy to forward port 8888, or expose it directly to the internet.

⁠Environment variables

VariableRequiredDefaultDescription
OK_PORTNo8888HTTP port to bind

⁠Development

Requires just⁠.

just build        # Build the production image
just run          # Build and run the production image locally
just run 9090     # Build and run on a custom port

⁠Deployment

just deploy 1.0  # Build the production image, tags git + Docker, pushes both

Tag summary

Content type

Image

Digest

sha256:c081eb4f1…

Size

2.1 MB

Last updated

5 months ago

docker pull alcyondev/ok