Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f04e9599f | |||
| 392a5894d9 | |||
| 4f773787fa | |||
| 45e202a65b | |||
| 2a4900135e | |||
| 22e88c0567 | |||
| 2b8f6898cd | |||
| 8ca161d3e3 | |||
| 8a6733cf00 |
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/gethomepage/homepage:v1.13.1
|
image: ghcr.io/gethomepage/homepage:v1.13.2
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
ports:
|
ports:
|
||||||
- 3030:3000
|
- 3030:3000
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: ntfy
|
container_name: ntfy
|
||||||
image: binwiederhier/ntfy:v2.23.0
|
image: binwiederhier/ntfy:v2.24.0
|
||||||
ports:
|
ports:
|
||||||
- "4023:80"
|
- "4023:80"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: lscr.io/linuxserver/prowlarr:2.3.5
|
image: lscr.io/linuxserver/prowlarr:2.4.0
|
||||||
container_name: prowlarr
|
container_name: prowlarr
|
||||||
ports:
|
ports:
|
||||||
- 2004:9696
|
- 2004:9696
|
||||||
|
|||||||
@@ -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.6.1
|
image: ghcr.io/home-assistant/home-assistant:2026.6.2
|
||||||
container_name: home-assistant
|
container_name: home-assistant
|
||||||
networks:
|
networks:
|
||||||
- ip4net
|
- ip4net
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
FROM n8nio/n8n:2.25.6
|
FROM n8nio/n8n:2.25.6
|
||||||
|
|
||||||
# Copy apk and its deps from Alpine 3.23
|
# Copy apk and its deps from Alpine 3.23
|
||||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
|
||||||
COPY --from=alpine:3.23 /usr/lib/libapk.so* /usr/lib/
|
COPY --from=alpine:3.24 /usr/lib/libapk.so* /usr/lib/
|
||||||
|
|
||||||
# Switch to root to install dependencies
|
# Switch to root to install dependencies
|
||||||
USER root
|
USER root
|
||||||
|
|||||||
Reference in New Issue
Block a user