Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6cc1c23e5 | |||
| 2b7ccc4c3a | |||
| c7576ef7b8 | |||
| 7cf5c80d78 | |||
| 4414825650 | |||
| b691ac8759 | |||
| a8dd5a6553 | |||
| 84e178c844 | |||
| dfb1370d71 | |||
| 082d31c5bb | |||
| 404129097f | |||
| 2af421d2f8 | |||
| 17518b5ec2 | |||
| e5fe65b55a | |||
| 1de11982b6 | |||
| c8b760f789 | |||
| a062458fdb | |||
| 4ac4b84c26 | |||
| 325a85dc43 | |||
| e843d2a4d2 | |||
| cfb87057c3 | |||
| 83d34dcb64 | |||
| 8c63ebf963 | |||
| 3b0f4a9bf7 | |||
| f232b1fc2e | |||
| e27d6c27c8 | |||
| f8df86f2a3 | |||
| f6785e399f | |||
| 4c41b322d5 | |||
| bb570a481f | |||
| ce9b777517 |
@@ -24,22 +24,43 @@ services:
|
||||
- ${DB_PATH}/postgres/data/postgres:/var/lib/postgresql/data
|
||||
- ${DB_PATH}/postgres/init/postgres:/docker-entrypoint-initdb.d
|
||||
|
||||
postgres-with-pg-vector:
|
||||
# postgres-with-pg-vector:
|
||||
# extends:
|
||||
# file: ${TEMPLATES_PATH}
|
||||
# service: default
|
||||
# container_name: postgres-with-pg-vector
|
||||
# image: tensorchord/pgvecto-rs:pg16-v0.3.0
|
||||
# ports:
|
||||
# - 5433:5432
|
||||
# networks:
|
||||
# - ip4net
|
||||
# - ip6net
|
||||
# secrets: [postgres_default_password]
|
||||
# environment:
|
||||
# POSTGRES_PASSWORD_FILE: /run/secrets/postgres_default_password
|
||||
# # PGDATA: /var/lib/postgresql/data
|
||||
# # see https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
|
||||
# PUID: 5050
|
||||
# PGID: 5050
|
||||
# volumes:
|
||||
# - ${DB_PATH}/postgres/data/postgres-with-pg-vector:/var/lib/postgresql/data
|
||||
# - ${DB_PATH}/postgres/init/postgres-with-pg-vector:/docker-entrypoint-initdb.d
|
||||
#
|
||||
postgres-vectorchord:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: postgres-with-pg-vector
|
||||
image: tensorchord/pgvecto-rs:pg16-v0.3.0
|
||||
container_name: postgres-vectorchord
|
||||
image: ghcr.io/immich-app/postgres:17-vectorchord0.3.0-pgvectors0.3.0
|
||||
ports:
|
||||
- 5433:5432
|
||||
- 5434:5432
|
||||
networks:
|
||||
- ip4net
|
||||
- ip6net
|
||||
secrets: [postgres_default_password]
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_default_password
|
||||
# PGDATA: /var/lib/postgresql/data
|
||||
# see https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
|
||||
PUID: 5050
|
||||
PGID: 5050
|
||||
volumes:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.33.1
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.33.2
|
||||
container_name: audiobookshelf
|
||||
ports:
|
||||
- 13378:80
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5
|
||||
environment:
|
||||
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||
DB_HOSTNAME: postgres-with-pg-vector
|
||||
DB_HOSTNAME: postgres-vectorchord
|
||||
DB_USERNAME: immich
|
||||
DB_DATABASE_NAME: immich
|
||||
REDIS_HOSTNAME: redis
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: slskd/slskd:0.24.5
|
||||
image: slskd/slskd:0.25.0
|
||||
container_name: slskd
|
||||
user: ${PUID}:${PGID}
|
||||
ports:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:v10.3.3
|
||||
image: amir20/dozzle:v10.4.1
|
||||
ports:
|
||||
- 8083:8080
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: grafana
|
||||
image: grafana/grafana-oss:12.4.2
|
||||
image: grafana/grafana-oss:13.0.1
|
||||
ports:
|
||||
- 8090:3000
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.28.0-alpine
|
||||
image: ghost:6.30.0-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: gitea/gitea:1.25
|
||||
image: gitea/gitea:1.26
|
||||
container_name: gitea
|
||||
environment:
|
||||
- APP_NAME="Gitea"
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: gitea/act_runner:0.4.0
|
||||
image: gitea/act_runner:0.4.1
|
||||
container_name: gitea_runner
|
||||
depends_on:
|
||||
- gitea
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/home-assistant/home-assistant:2026.4.2
|
||||
image: ghcr.io/home-assistant/home-assistant:2026.4.3
|
||||
container_name: home-assistant
|
||||
networks:
|
||||
- ip4net
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.15.1
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.16.0
|
||||
container_name: mealie
|
||||
ports:
|
||||
- "4006:9000"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.17.1
|
||||
FROM n8nio/n8n:2.17.2
|
||||
|
||||
# Copy apk and its deps from Alpine 3.23
|
||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ollama/ollama:0.20.7
|
||||
image: ollama/ollama:0.21.0
|
||||
container_name: ollama
|
||||
ports:
|
||||
- 4019:11434
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/alam00000/bentopdf-simple:2.8.2
|
||||
image: ghcr.io/alam00000/bentopdf-simple:2.8.3
|
||||
container_name: pdf
|
||||
ports:
|
||||
- "4003:8080"
|
||||
|
||||
Reference in New Issue
Block a user