Homepage Stack: add loki logging
This commit is contained in:
parent
ee09a4aef7
commit
efc77b6cf7
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@ services:
|
||||||
- PUID=${PUID:-1000}
|
- PUID=${PUID:-1000}
|
||||||
- PGID=${PGID:-1000}
|
- PGID=${PGID:-1000}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
logging:
|
||||||
|
driver: loki
|
||||||
|
options:
|
||||||
|
loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue