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

https://github.com/lilpacy/gin-nginx-next-docker

gin x nginx x next.js docker compose boilerplate
https://github.com/lilpacy/gin-nginx-next-docker

docker docker-compose gin nextjs nginx

Last synced: 2 months ago
JSON representation

gin x nginx x next.js docker compose boilerplate

Awesome Lists containing this project

README

          

# README

health check

```shell
curl http://localhost:8000/health
curl http://localhost:80/api/health # proxy to :8000/health
curl http://localhost:3000
```