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