Compare commits
9
Commits
7b3def8598
...
f5d34a6512
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5d34a6512 | ||
|
|
fae6d05765 | ||
|
|
216cac549a | ||
|
|
d3dc4eb87d | ||
|
|
1ca8b2606f | ||
|
|
e0eaefe318 | ||
|
|
747d7411f8 | ||
|
|
a819d772bf | ||
|
|
aca5b156f8 |
@@ -13,7 +13,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: authelia
|
||||
image: authelia/authelia:4.39.20
|
||||
image: authelia/authelia:4.39.22
|
||||
ports:
|
||||
- 9959:9959 # metrics prometheus
|
||||
networks:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: henrygd/beszel:0.18.8
|
||||
image: henrygd/beszel:0.19.0
|
||||
container_name: beszel
|
||||
environment:
|
||||
APP_URL: http://localhost:8090
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: crowdsec
|
||||
image: crowdsecurity/crowdsec:v1.8.0
|
||||
image: crowdsecurity/crowdsec:v1.8.1
|
||||
environment:
|
||||
COLLECTIONS: crowdsecurity/traefik crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules crowdsecurity/http-cve
|
||||
CROWDSEC_BOUNCER_API_KEY: ${CROWDSEC_API_KEY}
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.61.0-alpine
|
||||
image: ghost:6.62.0-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ollama/ollama:0.33.2
|
||||
image: ollama/ollama:0.33.3
|
||||
container_name: ollama
|
||||
ports:
|
||||
- 4019:11434
|
||||
|
||||
Reference in New Issue
Block a user