repos / pico

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

commit
b224595
parent
0a92131
author
Eric Bower
date
2026-01-15 12:12:58 -0500 EST
chore(prose,pastes): rotate caddy logs
1 files changed,  +10, -0
M docker-compose.prod.yml
+10, -0
 1@@ -77,6 +77,11 @@ services:
 2       - pastes
 3       - caddy
 4       - all
 5+    logging:
 6+      driver: "json-file"
 7+      options:
 8+        max-file: "3"
 9+        max-size: "1024m"
10   pastes-web:
11     dns: 1.1.1.1
12     networks:
13@@ -172,6 +177,11 @@ services:
14       - prose
15       - caddy
16       - all
17+    logging:
18+      driver: "json-file"
19+      options:
20+        max-file: "3"
21+        max-size: "1024m"
22   prose-web:
23     dns: 1.1.1.1
24     networks: