repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
931fca5
parent
b3374e6
author
Eric Bower
date
2024-12-17 18:23:37 +0000 UTC
chore: filter pipemgr logs to only include access logs
1 files changed,  +2, -0
M docker-compose.prod.yml
+2, -0
 1@@ -152,6 +152,7 @@ services:
 2       - ./data/prose-caddy/config:/config
 3     labels:
 4       pipemgr.enable: true
 5+      pipemgr.filter: "http.log.access"
 6     depends_on:
 7       pipemgr:
 8         condition: service_healthy
 9@@ -253,6 +254,7 @@ services:
10       - "${PGS_HTTP_V6:-[::1]:80}:80"
11     labels:
12       pipemgr.enable: true
13+      pipemgr.filter: "http.log.access"
14     depends_on:
15       pipemgr:
16         condition: service_healthy