+ Loki logging driver for gitea and filebrowser

This commit is contained in:
shockrah 2022-04-14 22:36:59 -07:00
parent a604072693
commit 25009a4271
2 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,9 @@
- "file-storage:/srv"
ports:
- "{{FILEBROWSER_PORT}}:80"
log_driver: loki
log_options:
loki-url: "http://localhost:{{LOKI_PORT}}/loki/api/v1/push"

View File

@ -26,5 +26,8 @@
ports:
- "{{GITEA_PUB_PORT}}:3000"
- "{{GITEA_SSH_PORT}}:22"
log_driver: loki
log_options:
loki-url: "http://localhost:{{LOKI_PORT}}/loki/api/v1/push"