Update Dawarich to latest (0.28.1) and Glance to latest (v0.8.4)

This commit is contained in:
2025-06-19 15:09:35 -06:00
parent ff89683038
commit ef5309363c
5 changed files with 5 additions and 7 deletions

View File

@ -37,7 +37,7 @@ services:
glance.parent: authentik glance.parent: authentik
glance.name: Redis glance.name: Redis
server: server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.1} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.2}
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@ -64,7 +64,7 @@ services:
glance.description: Authentication server glance.description: Authentication server
glance.id: authentik glance.id: authentik
worker: worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.1} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.6.2}
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment:

View File

@ -4,8 +4,6 @@ services:
image: ghcr.io/dgtlmoon/changedetection.io image: ghcr.io/dgtlmoon/changedetection.io
container_name: changedetection container_name: changedetection
hostname: changedetection hostname: changedetection
extra_hosts:
- '{{ subdomains.chat }}:172.20.0.5'
labels: labels:
glance.name: Changedetection glance.name: Changedetection
glance.icon: si:watchtower glance.icon: si:watchtower

View File

@ -20,7 +20,7 @@ services:
start_period: 30s start_period: 30s
timeout: 10s timeout: 10s
dawarich_app: dawarich_app:
image: freikin/dawarich:0.27.3 image: freikin/dawarich:latest
container_name: dawarich_app container_name: dawarich_app
labels: labels:
glance.name: Dawarich glance.name: Dawarich

View File

@ -1,6 +1,6 @@
services: services:
glance: glance:
image: glanceapp/glance:v0.8.3 image: glanceapp/glance:latest
volumes: volumes:
- ./config:/app/config - ./config:/app/config
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro

View File

@ -1,6 +1,6 @@
services: services:
postiz: postiz:
image: ghcr.io/gitroomhq/postiz-app:v1.48.4 image: ghcr.io/gitroomhq/postiz-app:latest
container_name: postiz container_name: postiz
restart: always restart: always
environment: environment: