Compare commits
7 Commits
49c2440b5a
...
9db66d3428
| Author | SHA1 | Date | |
|---|---|---|---|
| 9db66d3428 | |||
| e91a6c727c | |||
| bdcb800be8 | |||
| fe71b7948e | |||
| b945e2681c | |||
| c158c1d6e2 | |||
| 3ed5625497 |
@@ -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.0.4
|
image: amir20/dozzle:v10.0.5
|
||||||
ports:
|
ports:
|
||||||
- 8083:8080
|
- 8083:8080
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Start with the official n8n image
|
# Start with the official n8n image
|
||||||
FROM n8nio/n8n:2.10.1
|
FROM n8nio/n8n:2.10.2
|
||||||
|
|
||||||
# Copy apk and its deps from Alpine 3.23
|
# Copy apk and its deps from Alpine 3.23
|
||||||
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ollama/ollama:0.17.0
|
image: ollama/ollama:0.17.2
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
ports:
|
ports:
|
||||||
- 4019:11434
|
- 4019:11434
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: tomsquest/docker-radicale:3.6.0.0
|
image: tomsquest/docker-radicale:3.6.1.0
|
||||||
container_name: radicale
|
container_name: radicale
|
||||||
ports:
|
ports:
|
||||||
- 4017:5232
|
- 4017:5232
|
||||||
|
|||||||
Reference in New Issue
Block a user