Merge pull request #102 from ScotDex/patch-3

add docker log rotation - thanks @ScotDex 
ref: https://docs.docker.com/engine/logging/configure/
This commit is contained in:
Tyr Heimdal 2025-01-31 17:18:04 +01:00 committed by GitHub
commit ecabe46c78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,9 @@ services:
aliases: aliases:
- "$REDIS_HOST" - "$REDIS_HOST"
logging: logging:
driver: none driver: json-file
options: "5m"
max-file: "3"
restart: always restart: always
pf-socket: pf-socket:
image: ghcr.io/goryn-clade/pf-websocket:latest image: ghcr.io/goryn-clade/pf-websocket:latest