Compare commits
13 Commits
8d0ad716f4
...
12f40b4e88
| Author | SHA1 | Date | |
|---|---|---|---|
| 12f40b4e88 | |||
| 0409918b61 | |||
| 59bbd7d312 | |||
| 1637625564 | |||
| 4bf9902c92 | |||
| 62ee32936f | |||
| bac358b3c4 | |||
| b50fbb5c12 | |||
| 6f07b503f9 | |||
| a880980ed2 | |||
| f576f2c011 | |||
| abc20c914f | |||
| 0093b4702a |
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: databasus/databasus:v3.24.2
|
image: databasus/databasus:v3.24.3
|
||||||
container_name: databasus
|
container_name: databasus
|
||||||
ports:
|
ports:
|
||||||
- 8086:4005
|
- 8086:4005
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: redis
|
container_name: redis
|
||||||
image: redis:8.6.1
|
image: redis:8.6.2
|
||||||
networks:
|
networks:
|
||||||
- ip4net
|
- ip4net
|
||||||
- ip6net
|
- ip6net
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: immich_server
|
container_name: immich_server
|
||||||
image: ghcr.io/immich-app/immich-server:v2.6.1
|
image: ghcr.io/immich-app/immich-server:v2.6.2
|
||||||
environment:
|
environment:
|
||||||
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||||
DB_HOSTNAME: postgres-with-pg-vector
|
DB_HOSTNAME: postgres-with-pg-vector
|
||||||
@@ -32,7 +32,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: immich_machine_learning
|
container_name: immich_machine_learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v2.6.1
|
image: ghcr.io/immich-app/immich-machine-learning:v2.6.2
|
||||||
ports:
|
ports:
|
||||||
- 3003:3003
|
- 3003:3003
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/home-assistant/home-assistant:2026.3.3
|
image: ghcr.io/home-assistant/home-assistant:2026.3.4
|
||||||
container_name: home-assistant
|
container_name: home-assistant
|
||||||
networks:
|
networks:
|
||||||
- ip4net
|
- ip4net
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Start with the official n8n image
|
# Start with the official n8n image
|
||||||
FROM n8nio/n8n:2.13.1
|
FROM n8nio/n8n:2.14.1
|
||||||
|
|
||||||
# Copy apk and its deps from Alpine 3.23
|
# Copy apk and its deps from Alpine 3.23
|
||||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/alam00000/bentopdf-simple:2.6.0
|
image: ghcr.io/alam00000/bentopdf-simple:2.7.0
|
||||||
container_name: pdf
|
container_name: pdf
|
||||||
ports:
|
ports:
|
||||||
- "4003:8080"
|
- "4003:8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user