pin version for homelabel

This commit is contained in:
2026-06-19 14:56:03 +00:00
Unverified
parent c92b0db916
commit 2af3a99862

View File

@@ -2,7 +2,7 @@
--- ---
services: services:
backend: backend:
image: ghcr.io/pouzor/homelable-backend:latest image: ghcr.io/pouzor/homelable-backend:2.5.1
container_name: homelable-backend container_name: homelable-backend
restart: unless-stopped restart: unless-stopped
env_file: env_file:
@@ -18,7 +18,7 @@
- "${HOMELABEL_BACK_PORT}:8000" - "${HOMELABEL_BACK_PORT}:8000"
mcp: mcp:
image: ghcr.io/pouzor/homelable-mcp:latest image: ghcr.io/pouzor/homelable-mcp:2.5.1
container_name: homelable-mcp container_name: homelable-mcp
restart: unless-stopped restart: unless-stopped
env_file: env_file:
@@ -32,7 +32,7 @@
frontend: frontend:
#image: ghcr.io/pouzor/homelable-frontend-standalone:latest # standalone version #image: ghcr.io/pouzor/homelable-frontend-standalone:latest # standalone version
image: ghcr.io/pouzor/homelable-frontend:latest image: ghcr.io/pouzor/homelable-frontend:2.5.1
container_name: homelable-frontend container_name: homelable-frontend
restart: unless-stopped restart: unless-stopped
ports: ports: