Add image pull commands to readme
CI / server (push) Successful in 34s
CI / frontend (push) Successful in 29s
CI / kiosk (push) Failing after 6m48s
Build and Publish Docker Images / build-and-push (apps/web-client/Dockerfile, pistation-web) (push) Successful in 19s
Build and Publish Docker Images / build-and-push (server/Dockerfile, pistation-server) (push) Successful in 19s

This commit is contained in:
2026-08-09 19:54:00 -04:00
parent f6487f00e3
commit 8305e6ed8b
+6 -2
View File
@@ -146,10 +146,14 @@ stage, so an overloaded kiosk loses frames instead of falling further behind.
Published to GitHub Container Registry on every push to `main` and every `v*` tag:
```
ghcr.io/sirblobby/pistation-server
ghcr.io/sirblobby/pistation-web
docker pull ghcr.io/sirblobby/pistation-server:latest
docker pull ghcr.io/sirblobby/pistation-web:latest
```
The Compose stack builds from source by default. To run the published images instead, replace the
`build:` block on the `server` and `web` services in `infra/docker-compose.yml` with an `image:`
line pointing at the tag above.
## Licence
MIT. Source at [github.com/SirBlobby/pistation](https://github.com/SirBlobby/pistation).