Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f0e59183b | ||
|
|
fae6d05765 | ||
|
|
216cac549a | ||
|
|
d3dc4eb87d | ||
|
|
1ca8b2606f | ||
|
|
e0eaefe318 | ||
|
|
747d7411f8 | ||
|
|
a819d772bf | ||
|
|
aca5b156f8 |
@@ -13,7 +13,7 @@ services:
|
|||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
container_name: authelia
|
container_name: authelia
|
||||||
image: authelia/authelia:4.39.20
|
image: authelia/authelia:4.39.22
|
||||||
ports:
|
ports:
|
||||||
- 9959:9959 # metrics prometheus
|
- 9959:9959 # metrics prometheus
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: henrygd/beszel:0.18.8
|
image: henrygd/beszel:0.19.0
|
||||||
container_name: beszel
|
container_name: beszel
|
||||||
environment:
|
environment:
|
||||||
APP_URL: http://localhost:8090
|
APP_URL: http://localhost:8090
|
||||||
|
|||||||
@@ -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.8.0
|
image: crowdsecurity/crowdsec:v1.8.1
|
||||||
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}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: ${TEMPLATES_PATH}
|
file: ${TEMPLATES_PATH}
|
||||||
service: default
|
service: default
|
||||||
image: ollama/ollama:0.33.2
|
image: ollama/ollama:0.33.3
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
ports:
|
ports:
|
||||||
- 4019:11434
|
- 4019:11434
|
||||||
|
|||||||
Reference in New Issue
Block a user