No description
Find a file
2026-05-01 20:46:59 +02:00
docs added text type to prevent file download 2026-03-22 14:11:24 +01:00
nginx v1.0.5: remove error page top accent 2026-05-01 20:46:59 +02:00
.dockerignore Dockerize OpenResty deployment 2026-05-01 15:40:00 +02:00
.gitignore Dockerize OpenResty deployment 2026-05-01 15:40:00 +02:00
docker-compose.yml Dockerize OpenResty deployment 2026-05-01 15:40:00 +02:00
Dockerfile Dockerize OpenResty deployment 2026-05-01 15:40:00 +02:00
README.md Dockerize OpenResty deployment 2026-05-01 15:40:00 +02:00

Hanasand OpenResty

Dockerized OpenResty reverse proxy for hanasand.com and related services.

The service uses host networking so the existing upstreams such as localhost:3000, localhost:8080, and localhost:8501 keep the same meaning they had in the host-level OpenResty service.

Deploy

docker compose up -d --build
docker exec openresty openresty -t
curl -I https://hanasand.com

TLS certificates are read from /etc/letsencrypt on the host.