Compare commits
16 Commits
722a02719e
...
410b2198ea
| Author | SHA1 | Date | |
|---|---|---|---|
| 410b2198ea | |||
| 4ea9731e2d | |||
| b37122f014 | |||
| 4a8c03b0fc | |||
| 0e5549bf39 | |||
| 12cfe49a9e | |||
| 5763b79822 | |||
| 6990c486a1 | |||
| 319153ab12 | |||
| c5e86f28f3 | |||
| f68d533836 | |||
| 816f382af8 | |||
| 2e101ae33d | |||
| 9e313ed688 | |||
| 24f37bea23 | |||
| c80aaf7f3d |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: databasus/databasus:v3.11.2
|
||||
image: databasus/databasus:v3.16.4
|
||||
container_name: databasus
|
||||
ports:
|
||||
- 8086:4005
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: redis
|
||||
image: redis:8.6.0
|
||||
image: redis:8.6.1
|
||||
networks:
|
||||
- ip4net
|
||||
- ip6net
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: slskd/slskd:0.24.4
|
||||
image: slskd/slskd:0.24.5
|
||||
container_name: slskd
|
||||
user: ${PUID}:${PGID}
|
||||
ports:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/home-assistant/home-assistant:2026.2.2
|
||||
image: ghcr.io/home-assistant/home-assistant:2026.2.3
|
||||
container_name: home-assistant
|
||||
networks:
|
||||
- ip4net
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.10.2
|
||||
FROM n8nio/n8n:2.11.0
|
||||
|
||||
# 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.17.4
|
||||
image: ollama/ollama:0.17.5
|
||||
container_name: ollama
|
||||
ports:
|
||||
- 4019:11434
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/alam00000/bentopdf-simple:2.3.3
|
||||
image: ghcr.io/alam00000/bentopdf-simple:2.4.0
|
||||
container_name: pdf
|
||||
ports:
|
||||
- "4003:8080"
|
||||
|
||||
@@ -6,7 +6,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: vikunja/vikunja:1.1.0
|
||||
image: vikunja/vikunja:2.1.0
|
||||
container_name: vikunja
|
||||
secrets: [vikunja_jwt_secret]
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user