+ Loki logging driver for gitea and filebrowser
This commit is contained in:
parent
a604072693
commit
25009a4271
@ -23,6 +23,9 @@
|
|||||||
- "file-storage:/srv"
|
- "file-storage:/srv"
|
||||||
ports:
|
ports:
|
||||||
- "{{FILEBROWSER_PORT}}:80"
|
- "{{FILEBROWSER_PORT}}:80"
|
||||||
|
log_driver: loki
|
||||||
|
log_options:
|
||||||
|
loki-url: "http://localhost:{{LOKI_PORT}}/loki/api/v1/push"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,5 +26,8 @@
|
|||||||
ports:
|
ports:
|
||||||
- "{{GITEA_PUB_PORT}}:3000"
|
- "{{GITEA_PUB_PORT}}:3000"
|
||||||
- "{{GITEA_SSH_PORT}}:22"
|
- "{{GITEA_SSH_PORT}}:22"
|
||||||
|
log_driver: loki
|
||||||
|
log_options:
|
||||||
|
loki-url: "http://localhost:{{LOKI_PORT}}/loki/api/v1/push"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user