Compare commits
9
Commits
d14eb9ce72
...
8e8490895b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e8490895b | ||
|
|
9cc0391309 | ||
|
|
6eeeadb38c | ||
|
|
f73709ca8b | ||
|
|
c01ab18767 | ||
|
|
31c194f525 | ||
|
|
3b5a384df5 | ||
|
|
a070f9c303 | ||
|
|
4ba78b9d69 |
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: henrygd/beszel:0.18.7
|
image: henrygd/beszel:0.18.8
|
||||||
container_name: beszel
|
container_name: beszel
|
||||||
environment:
|
environment:
|
||||||
APP_URL: http://localhost:8090
|
APP_URL: http://localhost:8090
|
||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: henrygd/beszel-agent:0.18.7
|
image: henrygd/beszel-agent:0.18.8
|
||||||
container_name: beszel-agent
|
container_name: beszel-agent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: dozzle
|
container_name: dozzle
|
||||||
image: amir20/dozzle:v10.7.2
|
image: amir20/dozzle:v10.7.3
|
||||||
ports:
|
ports:
|
||||||
- 8083:8080
|
- 8083:8080
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/linkwarden/linkwarden:v2.16.0
|
image: ghcr.io/linkwarden/linkwarden:v2.16.1
|
||||||
container_name: linkwarden
|
container_name: linkwarden
|
||||||
ports:
|
ports:
|
||||||
- 4020:3000
|
- 4020:3000
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Start with the official n8n image
|
# Start with the official n8n image
|
||||||
FROM n8nio/n8n:2.34.2
|
FROM n8nio/n8n:2.36.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
|
||||||
|
|||||||
Reference in New Issue
Block a user