mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
build(docker-compose): pin older Redis, Postgres and Meilisearch images
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -153,7 +153,7 @@ services:
|
||||
|
||||
dawarich-redis:
|
||||
container_name: dawarich-redis
|
||||
image: redis:8.8-alpine
|
||||
image: redis:7.4-alpine
|
||||
restart: always
|
||||
networks:
|
||||
- homelab-network
|
||||
|
||||
@@ -52,7 +52,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
|
||||
@@ -69,7 +69,7 @@ services:
|
||||
|
||||
immich-redis:
|
||||
container_name: immich-redis
|
||||
image: redis:8.8.0
|
||||
image: redis:7.2.5
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- homelab-network
|
||||
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
|
||||
karakeep-meilisearch:
|
||||
container_name: karakeep-meilisearch
|
||||
image: getmeili/meilisearch:v1.45.1
|
||||
image: getmeili/meilisearch:v1.43.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- homelab-network
|
||||
|
||||
Reference in New Issue
Block a user