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
|
- DB_HOST=dbhost
|
||||||
- CPU_LIMIT=${CPU_LIMIT:-0}
|
- CPU_LIMIT=${CPU_LIMIT:-0}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
logging:
|
||||||
|
driver: loki
|
||||||
|
options:
|
||||||
|
loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"
|
||||||
|
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
|
@ -35,3 +40,7 @@ services:
|
||||||
default:
|
default:
|
||||||
aliases:
|
aliases:
|
||||||
- "dbhost"
|
- "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