Compare commits
9
Commits
8e8490895b
...
99801761dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99801761dc | ||
|
|
900da67736 | ||
|
|
7853b1a0a4 | ||
|
|
c5f51bf8cc | ||
|
|
72f524403b | ||
|
|
6763e0414e | ||
|
|
49f1d4360a | ||
|
|
9f0f5bb259 | ||
|
|
ad69bf2927 |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: databasus/databasus:v3.53.0
|
||||
image: databasus/databasus:v3.54.0
|
||||
container_name: databasus
|
||||
ports:
|
||||
- 8086:4005
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: traefik:v3.7.10
|
||||
image: traefik:v3.7.11
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.57.1-alpine
|
||||
image: ghost:6.59.0-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.22.0
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.23.1
|
||||
container_name: mealie
|
||||
ports:
|
||||
- "4006:9000"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.34.2
|
||||
FROM n8nio/n8n:2.36.5
|
||||
|
||||
# Copy apk and its deps from Alpine 3.23
|
||||
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
|
||||
|
||||
Reference in New Issue
Block a user