Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce684d86c5 | |||
| e035c9c2df | |||
| c87c692151 | |||
| 5557dfc94c | |||
| 7851ec33d1 | |||
| 28ffdaf8b2 | |||
| fa64d94274 | |||
| edbd94d977 | |||
| 74d8892503 |
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:v10.6.4
|
||||
image: amir20/dozzle:v10.6.5
|
||||
ports:
|
||||
- 8083:8080
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.43.1-alpine
|
||||
image: ghost:6.44.0-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.25.2
|
||||
FROM n8nio/n8n:2.25.5
|
||||
|
||||
# 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.30.4
|
||||
image: ollama/ollama:0.30.6
|
||||
container_name: ollama
|
||||
ports:
|
||||
- 4019:11434
|
||||
|
||||
Reference in New Issue
Block a user