Compare commits
7 Commits
c4cb3c8fc6
...
ab1b323219
| Author | SHA1 | Date | |
|---|---|---|---|
| ab1b323219 | |||
| e27d6c27c8 | |||
| f8df86f2a3 | |||
| f6785e399f | |||
| 4c41b322d5 | |||
| bb570a481f | |||
| ce9b777517 |
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: grafana
|
container_name: grafana
|
||||||
image: grafana/grafana-oss:12.4.2
|
image: grafana/grafana-oss:12.4.3
|
||||||
ports:
|
ports:
|
||||||
- 8090:3000
|
- 8090:3000
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghost:6.25.1-alpine
|
image: ghost:6.28.0-alpine
|
||||||
container_name: ghost
|
container_name: ghost
|
||||||
ports:
|
ports:
|
||||||
- 4016:2368
|
- 4016:2368
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/mealie-recipes/mealie:v3.15.1
|
image: ghcr.io/mealie-recipes/mealie:v3.15.2
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
ports:
|
ports:
|
||||||
- "4006:9000"
|
- "4006:9000"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Start with the official n8n image
|
# Start with the official n8n image
|
||||||
FROM n8nio/n8n:2.17.1
|
FROM n8nio/n8n:2.17.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
|
||||||
|
|||||||
Reference in New Issue
Block a user