mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-05-29 15:35:59 +00:00
crowdsec: enable WAL, drop unused check_interval, fix vaultwarden log timestamps
This commit is contained in:
@@ -5,4 +5,3 @@ labels:
|
||||
type: caddy
|
||||
follow_stdout: true
|
||||
follow_stderr: true
|
||||
check_interval: 5s
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -13,6 +13,7 @@ services:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
environment:
|
||||
TZ: "Etc/UTC"
|
||||
USE_WAL: "true"
|
||||
COLLECTIONS: >-
|
||||
crowdsecurity/linux
|
||||
crowdsecurity/caddy
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user