Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfa867fb8c | |||
| 51be75fb25 | |||
| 2cf3a59d40 | |||
| 0e0fff923a | |||
| 527a895a3f | |||
| abe13c1fbc | |||
| c95565fc87 | |||
| 8d03527ff6 | |||
| ec0c30ef8b | |||
| 2b170ce2fe | |||
| 716b8b7179 |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: syncthing/syncthing:2.1.0
|
||||
image: syncthing/syncthing:2.1.1
|
||||
container_name: syncthing
|
||||
volumes:
|
||||
- ${EXTERNAL_STORAGE}/notes/Obsidian-sync:/var/syncthing-data/Obsidian-sync
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:v10.6.3
|
||||
image: amir20/dozzle:v10.6.4
|
||||
ports:
|
||||
- 8083:8080
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: grafana
|
||||
image: grafana/grafana-oss:13.0.1
|
||||
image: grafana/grafana-oss:13.0.2
|
||||
ports:
|
||||
- 8090:3000
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.42.0-alpine
|
||||
image: ghost:6.43.1-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.23.2
|
||||
FROM n8nio/n8n:2.25.1
|
||||
|
||||
# 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