Mostly docker-compose files for my raspberrypi
ports:
- 8089:8089 # web server
- 8081:8081 # ioBroker GUI
- 1883:1883 # mqtt broker/client
- 1884:1884 # node-red
- 1885:1885 # socket-io
ports:
- 5080:80 # GUI port
- 5443:443 # WS port
ports:
- 8888:8080
ports:
- 5678:5678
ports:
- 80:80 # HTTP Traffic
- 81:81 # Dashboard Port
- 443:443 # HTTPS Traffic
ports:
- 8082:8082/tcp
- 53:53/tcp
- 53:53/udp
ports:
- 8999:9000
ports:
- 1337:1337
To use the NPM (Nginx Proxy Manager) reverse proxy do this:
- Go to your Pi-Hole settings and add a new DNS Entry for the domain you want to use i.e. deconz.pi
- Set the associated IP-address to the address of your raspberrypi (or whatever you're using) i.e. 192.168.170.20.
- Afterwards go to your NPM UI and add a new proxy host using the domain you chose and point it to the associated IP-address and the port i.e. 5080.