Compare commits
11
Commits
f670b91907
...
fe514a81c7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe514a81c7 | ||
|
|
ae5173e306 | ||
|
|
1093f9a349 | ||
|
|
6cf3520e74 | ||
|
|
ce3e56785a | ||
|
|
9dec4046b6 | ||
|
|
93ac506aae | ||
|
|
c544b017a9 | ||
|
|
adbf1898bc | ||
|
|
0792200bf7 | ||
|
|
627cafc371 |
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: databasus/databasus:v3.55.3
|
image: databasus/databasus:v3.56.0
|
||||||
container_name: databasus
|
container_name: databasus
|
||||||
ports:
|
ports:
|
||||||
- 8086:4005
|
- 8086:4005
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: henrygd/beszel-agent:0.18.8
|
image: henrygd/beszel-agent:0.19.0
|
||||||
container_name: beszel-agent
|
container_name: beszel-agent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: lscr.io/linuxserver/calibre:9.13.0
|
image: lscr.io/linuxserver/calibre:9.14.0
|
||||||
container_name: calibre
|
container_name: calibre
|
||||||
# environment:
|
# environment:
|
||||||
# - PASSWORD= #optional
|
# - PASSWORD= #optional
|
||||||
|
|||||||
@@ -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.9.0
|
image: ghcr.io/home-assistant/home-assistant:2026.9.1
|
||||||
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.38.2
|
FROM n8nio/n8n:2.38.3
|
||||||
|
|
||||||
# Copy apk and its deps from Alpine 3.23
|
# Copy apk and its deps from Alpine 3.23
|
||||||
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
|
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: tomsquest/docker-radicale:3.7.6.0
|
image: tomsquest/docker-radicale:3.8.0.0
|
||||||
container_name: radicale
|
container_name: radicale
|
||||||
ports:
|
ports:
|
||||||
- 4017:5232
|
- 4017:5232
|
||||||
|
|||||||
Reference in New Issue
Block a user