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
|
type: caddy
|
||||||
follow_stdout: true
|
follow_stdout: true
|
||||||
follow_stderr: true
|
follow_stderr: true
|
||||||
check_interval: 5s
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ labels:
|
|||||||
type: gitea
|
type: gitea
|
||||||
follow_stdout: true
|
follow_stdout: true
|
||||||
follow_stderr: true
|
follow_stderr: true
|
||||||
check_interval: 5s
|
|
||||||
---
|
---
|
||||||
source: docker
|
source: docker
|
||||||
container_name:
|
container_name:
|
||||||
@@ -14,7 +13,6 @@ labels:
|
|||||||
type: vaultwarden
|
type: vaultwarden
|
||||||
follow_stdout: true
|
follow_stdout: true
|
||||||
follow_stderr: true
|
follow_stderr: true
|
||||||
check_interval: 5s
|
|
||||||
---
|
---
|
||||||
source: docker
|
source: docker
|
||||||
container_name:
|
container_name:
|
||||||
@@ -23,4 +21,3 @@ labels:
|
|||||||
type: stalwart
|
type: stalwart
|
||||||
follow_stdout: true
|
follow_stdout: true
|
||||||
follow_stderr: true
|
follow_stderr: true
|
||||||
check_interval: 5s
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ services:
|
|||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
environment:
|
environment:
|
||||||
TZ: "Etc/UTC"
|
TZ: "Etc/UTC"
|
||||||
|
USE_WAL: "true"
|
||||||
COLLECTIONS: >-
|
COLLECTIONS: >-
|
||||||
crowdsecurity/linux
|
crowdsecurity/linux
|
||||||
crowdsecurity/caddy
|
crowdsecurity/caddy
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DOMAIN=${DOMAIN}
|
- DOMAIN=${DOMAIN}
|
||||||
- ADMIN_TOKEN=${ADMIN_TOKEN}
|
- ADMIN_TOKEN=${ADMIN_TOKEN}
|
||||||
|
- LOG_TIMESTAMP_FORMAT=%Y-%m-%d %H:%M:%S.%3f%:z
|
||||||
networks:
|
networks:
|
||||||
- caddy
|
- caddy
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user