Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e67e00f9d | |||
| d564312d46 | |||
| f9b69e31dd | |||
| 3395d34e6e | |||
| 31f829b5f9 | |||
| 0519a5e75d | |||
| b18e6063de | |||
| 65ebca9230 | |||
| 0b1f2df69c |
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/advplyr/audiobookshelf:2.33.2
|
image: ghcr.io/advplyr/audiobookshelf:2.34.0
|
||||||
container_name: audiobookshelf
|
container_name: audiobookshelf
|
||||||
ports:
|
ports:
|
||||||
- 13378:80
|
- 13378:80
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: prometheus
|
container_name: prometheus
|
||||||
image: prom/prometheus:v3.11.2
|
image: prom/prometheus:v3.11.3
|
||||||
ports:
|
ports:
|
||||||
- 9090:9090
|
- 9090:9090
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: gitea/act_runner:0.4.1
|
image: gitea/act_runner:0.5.0
|
||||||
container_name: gitea_runner
|
container_name: gitea_runner
|
||||||
depends_on:
|
depends_on:
|
||||||
- gitea
|
- gitea
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Start with the official n8n image
|
# Start with the official n8n image
|
||||||
FROM n8nio/n8n:2.18.3
|
FROM n8nio/n8n:2.18.4
|
||||||
|
|
||||||
# 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.21.1
|
image: ollama/ollama:0.22.0
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
ports:
|
ports:
|
||||||
- 4019:11434
|
- 4019:11434
|
||||||
|
|||||||
Reference in New Issue
Block a user