Infra: Container-Name ban-yaro→banyaro, Favicon-Route, Cache-Bust v3

- Makefile + docker-compose.yml: container_name ban-yaro → banyaro
- sw.js: Cache-Version auf by-v3 (neue Icons + Health-Assets)
- .gitignore: /icons/ (Design-Quell-Dateien) ausschließen
This commit is contained in:
rene 2026-04-13 19:29:43 +02:00
parent 5a0be0e886
commit 96e7a97b52
4 changed files with 7 additions and 4 deletions

View file

@ -8,8 +8,8 @@ DS_HOST := ds
DS_IP := 10.47.11.10
# Hinweis: NPM braucht 10.47.11.99 als Forward-IP (Macvlan-Shim), nicht .10
DS_SSH_PORT := 22
DS_PATH := /volume1/docker/ban-yaro
CONTAINER := ban-yaro # container_name (für docker logs/exec)
DS_PATH := /volume1/docker/banyaro
CONTAINER := banyaro # container_name (für docker logs/exec)
SERVICE := banyaro # service-name in docker-compose.yml (für docker compose restart)
GIT_REMOTE := origin
DOCKER := sudo /usr/local/bin/docker