Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7840c5ba8b | |||
| d5b1015d5f | |||
| c438a471a5 | |||
| 953bdbbef9 | |||
| f8c3b5523b | |||
| 8a37cbf962 | |||
| 481ed862cf | |||
| 903a076b89 | |||
| dcfbc64627 |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: databasus/databasus:v3.37.0
|
||||
image: databasus/databasus:v3.38.0
|
||||
container_name: databasus
|
||||
ports:
|
||||
- 8086:4005
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: syncthing/syncthing:2.0.16
|
||||
image: syncthing/syncthing:2.1.0
|
||||
container_name: syncthing
|
||||
volumes:
|
||||
- ${EXTERNAL_STORAGE}/notes/Obsidian-sync:/var/syncthing-data/Obsidian-sync
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.20.6
|
||||
FROM n8nio/n8n:2.21.0
|
||||
|
||||
# Copy apk and its deps from Alpine 3.23
|
||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ollama/ollama:0.23.2
|
||||
image: ollama/ollama:0.23.3
|
||||
container_name: ollama
|
||||
ports:
|
||||
- 4019:11434
|
||||
|
||||
Reference in New Issue
Block a user