Compare commits
27 Commits
d70023bc70
...
a761b1be7d
| Author | SHA1 | Date | |
|---|---|---|---|
| a761b1be7d | |||
| 8ff30371a8 | |||
| 1983a2a404 | |||
| 299590c51b | |||
| ff6c500b17 | |||
| 3f0da24e5b | |||
| 8917348d89 | |||
| 90323df8d5 | |||
| f14e9fc83d | |||
| 5c41cf6081 | |||
| 074a03cbc3 | |||
| 53a13ceabf | |||
| 2dd0d781be | |||
| 569dfd65e5 | |||
| 380ae51468 | |||
| a92bcec26d | |||
| 0a90229a50 | |||
| 5c3febec49 | |||
| 655327ebb4 | |||
| dce325d54d | |||
| 4595b47f0f | |||
| 783e6968eb | |||
| 75aa869eb6 | |||
| cd0e1e9be9 | |||
| ea107a42ba | |||
| 0c283b4811 | |||
| 5bc3cfec49 |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: databasus/databasus:v3.7.0
|
||||
image: databasus/databasus:v3.7.3
|
||||
container_name: databasus
|
||||
ports:
|
||||
- 8086:4005
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: pgadmin
|
||||
image: dpage/pgadmin4:9.11.0
|
||||
image: dpage/pgadmin4:9.12.0
|
||||
ports:
|
||||
- 8082:80
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/gethomepage/homepage:v1.9.0
|
||||
image: ghcr.io/gethomepage/homepage:v1.10.1
|
||||
container_name: homepage
|
||||
ports:
|
||||
- 3030:3000
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: syncthing/syncthing:2.0.13
|
||||
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: lscr.io/linuxserver/calibre:9.1.0
|
||||
image: lscr.io/linuxserver/calibre:9.2.1
|
||||
container_name: calibre
|
||||
environment:
|
||||
- PASSWORD= #optional
|
||||
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.5.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.5.3
|
||||
ports:
|
||||
- 3003:3003
|
||||
volumes:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: deluan/navidrome:0.59.0
|
||||
image: deluan/navidrome:0.60.0
|
||||
container_name: navidrome
|
||||
ports:
|
||||
- 2011:4533
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.14.0-alpine
|
||||
image: ghost:6.17.0-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.1.3
|
||||
image: ghcr.io/home-assistant/home-assistant:2026.2.0
|
||||
container_name: home-assistant
|
||||
networks:
|
||||
- ip4net
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.9.2
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.10.2
|
||||
container_name: mealie
|
||||
ports:
|
||||
- "4006:9000"
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ollama/ollama:0.15.2
|
||||
image: ollama/ollama:0.15.4
|
||||
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.5
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.6
|
||||
container_name: paperless-ngx
|
||||
ports:
|
||||
- "4009:8000"
|
||||
|
||||
Reference in New Issue
Block a user