AURCache Stack: add loki logging
This commit is contained in:
parent
bab541c845
commit
380e0ac5d2
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,11 @@ services:
|
|||
- DB_HOST=dbhost
|
||||
- CPU_LIMIT=${CPU_LIMIT:-0}
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"
|
||||
|
||||
|
||||
database:
|
||||
image: postgres:16-alpine
|
||||
|
@ -35,3 +40,7 @@ services:
|
|||
default:
|
||||
aliases:
|
||||
- "dbhost"
|
||||
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