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
- Host: GitHub
- URL: https://github.com/lilpacy/gin-nginx-next-docker
- Owner: lilpacy
- Created: 2021-11-03T08:56:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T11:19:25.000Z (over 4 years ago)
- Last Synced: 2025-10-10T03:26:21.806Z (9 months ago)
- Topics: docker, docker-compose, gin, nextjs, nginx
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```