Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cf930fee9 | |||
| 1d3c3d038b | |||
| 7783fbd1e1 | |||
| 2a22402c56 | |||
| 76b3e5f81e | |||
| 96c27e4278 | |||
| 5172e1f85e | |||
| fc7fe3ffa3 | |||
| 1711c013ff |
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: grafana
|
||||
image: grafana/grafana-oss:12.4.1
|
||||
image: grafana/grafana-oss:12.4.2
|
||||
ports:
|
||||
- 8090:3000
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: loki
|
||||
image: grafana/loki:3.6.7
|
||||
image: grafana/loki:3.6.8
|
||||
ports:
|
||||
- 8094:3100
|
||||
networks:
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: promtail
|
||||
image: grafana/promtail:3.6.7
|
||||
image: grafana/promtail:3.6.8
|
||||
networks:
|
||||
- ip4net
|
||||
volumes:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.13.5
|
||||
image: ghcr.io/linkwarden/linkwarden:v2.14.0
|
||||
container_name: linkwarden
|
||||
ports:
|
||||
- 4020:3000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.14.1
|
||||
FROM n8nio/n8n:2.14.2
|
||||
|
||||
# Copy apk and its deps from Alpine 3.23
|
||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
||||
|
||||
Reference in New Issue
Block a user