Simple nginx reverse proxy on coolify.
This could be useful if you want to expose a local IP:[PORT] on your LAN to the outside world.
IP or URL you want to expose via coolify.
services:
webapp:
image: ghcr.io/nicanordlc/coolify-nginx-reverse-proxy:latest
environment:
- SERVICE_FQDN_WEBAPP_80
- PROXY_URL=${PROXY_URL:-https://example.com/}
restart: unless-stopped