mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
revert: certain docker images are okay not being upgraded
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -155,7 +155,7 @@ services:
|
||||
|
||||
dawarich-redis:
|
||||
container_name: dawarich-redis
|
||||
image: redis:8.6-alpine
|
||||
image: redis:7.4-alpine
|
||||
restart: always
|
||||
networks:
|
||||
- homelab-network
|
||||
|
||||
@@ -54,7 +54,7 @@ services:
|
||||
|
||||
immich-postgres:
|
||||
container_name: immich-postgres
|
||||
image: ghcr.io/immich-app/postgres:16-vectorchord0.4.3-pgvectors0.2.0
|
||||
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- homelab-network
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
|
||||
immich-redis:
|
||||
container_name: immich-redis
|
||||
image: redis:8.6.3
|
||||
image: redis:7.2.5
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- homelab-network
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
linkwarden:
|
||||
container_name: linkwarden
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.14.1
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.14.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- homelab-network
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:2026.04.1
|
||||
image: pihole/pihole:2026.02.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
homelab-network:
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
|
||||
rustfs-redis:
|
||||
container_name: rustfs-redis
|
||||
image: redis:8.6-alpine
|
||||
image: redis:7.4-alpine
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- homelab-network
|
||||
|
||||
Reference in New Issue
Block a user