mirror of
https://github.com/hhftechnology/Marketplace.git
synced 2026-03-11 17:48:13 -05:00
611 B
611 B
Nginx Service
A lightweight and high-performance web server and reverse proxy.
Features
- HTTP/HTTPS web server
- Reverse proxy capabilities
- Load balancing
- SSL/TLS termination
Configuration
- Copy
.env.exampleto.envand update the variables - Update the
template.tomlif using template variables - Customize nginx configuration in the mounted volume
Usage
docker-compose up -d
Ports
80: HTTP port (configurable viaNGINX_PORT)
Environment Variables
NGINX_HOST: Domain name for the nginx serverNGINX_PORT: Port number for HTTP (default: 80)