Compare commits
7
Commits
f1c9bd4cec
...
cfa20dc50b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfa20dc50b | ||
|
|
c7b0f91b82 | ||
|
|
685a656f94 | ||
|
|
f632133260 | ||
|
|
5a785482fd | ||
|
|
984ab52dd9 | ||
|
|
86c5b822df |
@@ -4,7 +4,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: crowdsec
|
container_name: crowdsec
|
||||||
image: crowdsecurity/crowdsec:v1.7.8
|
image: crowdsecurity/crowdsec:v1.8.0
|
||||||
environment:
|
environment:
|
||||||
COLLECTIONS: crowdsecurity/traefik crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules crowdsecurity/http-cve
|
COLLECTIONS: crowdsecurity/traefik crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules crowdsecurity/http-cve
|
||||||
CROWDSEC_BOUNCER_API_KEY: ${CROWDSEC_API_KEY}
|
CROWDSEC_BOUNCER_API_KEY: ${CROWDSEC_API_KEY}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Start with the official n8n image
|
# Start with the official n8n image
|
||||||
FROM n8nio/n8n:2.37.6
|
FROM n8nio/n8n:2.38.1
|
||||||
|
|
||||||
# Copy apk and its deps from Alpine 3.23
|
# Copy apk and its deps from Alpine 3.23
|
||||||
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
|
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ghcr.io/paperless-ngx/paperless-ngx:3.1.1
|
image: ghcr.io/paperless-ngx/paperless-ngx:3.1.2
|
||||||
container_name: paperless-ngx
|
container_name: paperless-ngx
|
||||||
ports:
|
ports:
|
||||||
- "4009:8000"
|
- "4009:8000"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: vikunja/vikunja:2.5.0
|
image: vikunja/vikunja:2.6.0
|
||||||
container_name: vikunja
|
container_name: vikunja
|
||||||
secrets: [vikunja_jwt_secret]
|
secrets: [vikunja_jwt_secret]
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user