Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 50c4b3fba7 | |||
| a98e428110 | |||
| bc68284cfa | |||
| 8e24cfa96f | |||
| d5575113f1 | |||
| 4ef3ff12d6 | |||
| bd2bf86cb7 | |||
| da0bb0c07a | |||
| 61207afafd | |||
| fe10313d5c | |||
| 495634000a | |||
| 0b3f8fbffb | |||
| 69d34e8b87 | |||
| 3801c9156b | |||
| 1b62f7a9fb | |||
| 7524595d09 | |||
| 8c9792bb2f | |||
| 553407d789 | |||
| 9cd9a4653b | |||
| 8289f722d3 | |||
| c0ac6db014 | |||
| 7d116c044e | |||
| 8e2271f855 | |||
| 9bdc124c27 | |||
| 508e61b8ed | |||
| 0de6f13edf | |||
| 10e2fbbc14 | |||
| 56fbf279e3 |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: databasus/databasus:v3.32.1
|
||||
image: databasus/databasus:v3.32.2
|
||||
container_name: databasus
|
||||
ports:
|
||||
- 8086:4005
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: ntfy
|
||||
image: binwiederhier/ntfy:v2.21.0
|
||||
image: binwiederhier/ntfy:v2.22.0
|
||||
ports:
|
||||
- "4023:80"
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: traefik:v3.6.13
|
||||
image: traefik:v3.6.14
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
@@ -3,9 +3,9 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: slskd/slskd:0.25.0
|
||||
image: slskd/slskd:0.25.1
|
||||
container_name: slskd
|
||||
user: ${PUID}:${PGID}
|
||||
# user: ${PUID}:${PGID}
|
||||
ports:
|
||||
- 2013:5031 # http
|
||||
- 2014:5030 # https
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.30.0-alpine
|
||||
image: ghost:6.32.0-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.14.0
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.14.1
|
||||
container_name: linkwarden
|
||||
ports:
|
||||
- 4020:3000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.17.2
|
||||
FROM n8nio/n8n:2.18.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.21.0
|
||||
image: ollama/ollama:0.21.1
|
||||
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.3
|
||||
image: ghcr.io/alam00000/bentopdf-simple:2.8.4
|
||||
container_name: pdf
|
||||
ports:
|
||||
- "4003:8080"
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: tomsquest/docker-radicale:3.6.1.0
|
||||
image: tomsquest/docker-radicale:3.7.1.0
|
||||
container_name: radicale
|
||||
ports:
|
||||
- 4017:5232
|
||||
|
||||
Reference in New Issue
Block a user