#104 Find and remove all other logging blocks

This commit is contained in:
Joey Hafner 2023-10-19 10:16:12 -07:00
parent b2ef953866
commit c148c33a29
2 changed files with 0 additions and 16 deletions

View File

@ -37,14 +37,6 @@ services:
bazarr:
image: lscr.io/linuxserver/bazarr:latest
container_name: autopirate_bazarr
logging:
driver: loki
options:
loki-url: http://localhost:3100/loki/api/v1/push
loki-batch-size: "50"
loki-retries: "1"
loki-timeout: "2s"
keep-file: "true"
networks:
- web
env_file:

View File

@ -5,14 +5,6 @@ services:
container_name: homepage_homepage
env_file:
- homepage_secrets.env
logging:
driver: loki
options:
loki-url: http://localhost:3100/loki/api/v1/push
loki-batch-size: "50"
loki-retries: "1"
loki-timeout: "2s"
keep-file: "true"
networks:
- web
volumes: