buildah bud -f Containerfile -t 2021-dashboard-ui
buildah push localhost/2021-dashboard-ui docker://quay.io/redhatdemo/2021-dashboard-ui
- Restart any running pods to pick up the new image
LEADERBOARD_SERVER
- URL (nohttp
) for the/leaderboard
websocket serverSTATS_SERVER
- URL (nohttp
) for the/stats
websocket serverREPLAY_SERVER
- URL (nohttp
) for the/game/${gameId}/replays?gimme=12
REST endpoint
sudo podman run -it -p 11222:11222 -e USER="admin" -e PASS="pass" --net=summit quay.io/infinispan/server:12.0
./mvnw package quarkus:dev
(from within the Leaderboard Service folder)deno run --unstable --allow-all drash_app.ts
- Restart on any script or HTML changes as they are cached
- Refresh the page for style changes