pin version for homelabel
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
---
|
||||
services:
|
||||
backend:
|
||||
image: ghcr.io/pouzor/homelable-backend:latest
|
||||
image: ghcr.io/pouzor/homelable-backend:2.5.1
|
||||
container_name: homelable-backend
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
@@ -18,7 +18,7 @@
|
||||
- "${HOMELABEL_BACK_PORT}:8000"
|
||||
|
||||
mcp:
|
||||
image: ghcr.io/pouzor/homelable-mcp:latest
|
||||
image: ghcr.io/pouzor/homelable-mcp:2.5.1
|
||||
container_name: homelable-mcp
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
frontend:
|
||||
#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
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user