🚀 Traefik Reverse Proxy
✓ Success! This app is being served through Traefik with automatic HTTPS.
What's Working
- Nginx container running without host port bindings
- Routed through Traefik reverse proxy
- Automatic HTTPS with Let's Encrypt
- Serving content from bind-mounted
./data directory
Customize This App
Edit apps/example-nginx/data/index.html to change this page.
The container automatically serves files from the bind-mounted data directory.
Next Steps
- Copy this app template to create new services
- Update the hostname in compose labels
- Add your app's content to the data directory
- Start with
docker compose up -d