Compare commits
1 Commits
main
...
954aa2d113
| Author | SHA1 | Date | |
|---|---|---|---|
| 954aa2d113 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,4 +15,3 @@ certs/
|
||||
init/
|
||||
meili_data/
|
||||
log-dashboard/
|
||||
mousehole/
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: databasus/databasus:v3.20.0
|
||||
image: databasus/databasus:v3.16.4
|
||||
container_name: databasus
|
||||
ports:
|
||||
- 8086:4005
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: pgadmin
|
||||
image: dpage/pgadmin4:9.13.0
|
||||
image: dpage/pgadmin4:9.12.0
|
||||
ports:
|
||||
- 8082:80
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: ntfy
|
||||
image: binwiederhier/ntfy:v2.18.0
|
||||
image: binwiederhier/ntfy:v2.17.0
|
||||
ports:
|
||||
- "4023:80"
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: syncthing/syncthing:2.0.15
|
||||
image: syncthing/syncthing:2.0.14
|
||||
container_name: syncthing
|
||||
volumes:
|
||||
- ${EXTERNAL_STORAGE}/notes/Obsidian-sync:/var/syncthing-data/Obsidian-sync
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: traefik:v3.6.10
|
||||
image: traefik:v3.6.9
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
# extends:
|
||||
# file: ${TEMPLATES_PATH}
|
||||
# service: default
|
||||
image: louislam/uptime-kuma:2.2.1
|
||||
image: louislam/uptime-kuma:2.1.3
|
||||
container_name: uptime-kuma
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.33.0
|
||||
image: ghcr.io/advplyr/audiobookshelf:2.32.1
|
||||
container_name: audiobookshelf
|
||||
ports:
|
||||
- 13378:80
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: lscr.io/linuxserver/calibre:9.5.0
|
||||
image: lscr.io/linuxserver/calibre:9.4.0
|
||||
container_name: calibre
|
||||
environment:
|
||||
- PASSWORD= #optional
|
||||
|
||||
@@ -18,12 +18,3 @@ services:
|
||||
- "traefik.http.routers.prowlarr.entrypoints=https"
|
||||
- "traefik.http.routers.prowlarr.tls=true"
|
||||
|
||||
mousehole:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
ports:
|
||||
- 5010:5010
|
||||
image: tmmrtn/mousehole:0.2.0
|
||||
volumes:
|
||||
- ${MEDIA_PATH}/prowlarr/mousehole:/srv/mousehole
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:v10.1.1
|
||||
image: amir20/dozzle:v10.0.7
|
||||
ports:
|
||||
- 8083:8080
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: grafana
|
||||
image: grafana/grafana-oss:12.4.1
|
||||
image: grafana/grafana-oss:12.4.0
|
||||
ports:
|
||||
- 8090:3000
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.20.0-alpine
|
||||
image: ghost:6.19.3-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/home-assistant/home-assistant:2026.3.1
|
||||
image: ghcr.io/home-assistant/home-assistant:2026.2.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.12.0
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.11.0
|
||||
container_name: mealie
|
||||
ports:
|
||||
- "4006:9000"
|
||||
|
||||
@@ -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.7
|
||||
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/paperless-ngx/paperless-ngx:2.20.10
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.9
|
||||
container_name: paperless-ngx
|
||||
ports:
|
||||
- "4009:8000"
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/alam00000/bentopdf-simple:2.5.0
|
||||
image: ghcr.io/alam00000/bentopdf-simple:2.4.0
|
||||
container_name: pdf
|
||||
ports:
|
||||
- "4003:8080"
|
||||
|
||||
Reference in New Issue
Block a user