Update container location

This commit is contained in:
2026-04-03 14:48:16 +02:00
parent 07d33913ca
commit 5f76c7b3b6

View File

@@ -34,7 +34,7 @@ topology:
nodes: nodes:
webserver: webserver:
kind: linux kind: linux
image: git.ipng.ch/ipng-priv/clab-webserver:latest image: git.ipng.ch/ipng/clab-webserver:latest
binds: binds:
- client-map.yaml:/app/client-map.yaml:ro - client-map.yaml:/app/client-map.yaml:ro
- docroot:/app/docroot:ro - docroot:/app/docroot:ro
@@ -223,4 +223,4 @@ them and returning a unique token they can record and submit.
- Packaged as a multi-stage Docker image based on Alpine. - Packaged as a multi-stage Docker image based on Alpine.
- `docroot/` is baked into the image; `client-map.yaml` is expected as a bind mount. - `docroot/` is baked into the image; `client-map.yaml` is expected as a bind mount.
- All configuration is available as both CLI flags and environment variables. - All configuration is available as both CLI flags and environment variables.
- Image: `git.ipng.ch/ipng-priv/clab-webserver:latest` - Image: `git.ipng.ch/ipng/clab-webserver:latest`