#104 Find and remove all other logging blocks
This commit is contained in:
parent
b2ef953866
commit
c148c33a29
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user