A remote control webApp for the balenablocks/browser block. Simply point it at your instance of the browser block, and configure it remotely:
Add this service to your docker-compose file:
browsercontrol:
image: balenablocks/browsercontrol
restart: always
network_mode: host
privileged: true
ports:
- 80:80