Brian @servermute.com · May 15 Ok, I think I got it up and running at least! 3 likes 1 replies ? Reply Replies Brian · May 15 Running it through a CF Tunnel for the frontend: ``` services: skybridge: image: skybridge:latest container_name: skybridge environment: - SKYBRIDGE_BASEURL= - SKYBRIDGE_AUTH_PASSWORD= - SKYBRIDGE_SECRET= ports: - 8080:8080 restart: unless-stopped ```