crowdsec: enable WAL, drop unused check_interval, fix vaultwarden log timestamps

This commit is contained in:
2026-05-10 00:28:08 +04:00
parent 62568e476e
commit a5c389457d
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -5,4 +5,3 @@ labels:
type: caddy
follow_stdout: true
follow_stderr: true
check_interval: 5s
-3
View File
@@ -5,7 +5,6 @@ labels:
type: gitea
follow_stdout: true
follow_stderr: true
check_interval: 5s
---
source: docker
container_name:
@@ -14,7 +13,6 @@ labels:
type: vaultwarden
follow_stdout: true
follow_stderr: true
check_interval: 5s
---
source: docker
container_name:
@@ -23,4 +21,3 @@ labels:
type: stalwart
follow_stdout: true
follow_stderr: true
check_interval: 5s
+1
View File
@@ -13,6 +13,7 @@ services:
- "com.centurylinklabs.watchtower.enable=true"
environment:
TZ: "Etc/UTC"
USE_WAL: "true"
COLLECTIONS: >-
crowdsecurity/linux
crowdsecurity/caddy
+1
View File
@@ -12,6 +12,7 @@ services:
environment:
- DOMAIN=${DOMAIN}
- ADMIN_TOKEN=${ADMIN_TOKEN}
- LOG_TIMESTAMP_FORMAT=%Y-%m-%d %H:%M:%S.%3f%:z
networks:
- caddy
volumes: