repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
31053c9
parent
e28e5d4
author
Eric Bower
date
2025-06-23 09:24:47 -0400 EDT
chore(auth): rotate logs
1 files changed,  +6, -0
M docker-compose.prod.yml
+6, -0
 1@@ -47,6 +47,12 @@ services:
 2       - ./data/storage:/storage
 3     networks:
 4       prose:
 5+  auth-web:
 6+    logging:
 7+      driver: "json-file"
 8+      options:
 9+        max-file: "3"
10+        max-size: "1024m"
11   pastes-caddy:
12     image: ghcr.io/picosh/pico/caddy:latest
13     restart: always