#104 Find and remove all other logging blocks
This commit is contained in:
parent
71cfb27dc2
commit
17c9798e06
@ -37,14 +37,6 @@ services:
|
|||||||
bazarr:
|
bazarr:
|
||||||
image: lscr.io/linuxserver/bazarr:latest
|
image: lscr.io/linuxserver/bazarr:latest
|
||||||
container_name: autopirate_bazarr
|
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:
|
networks:
|
||||||
- web
|
- web
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -5,14 +5,6 @@ services:
|
|||||||
container_name: homepage_homepage
|
container_name: homepage_homepage
|
||||||
env_file:
|
env_file:
|
||||||
- homepage_secrets.env
|
- 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:
|
networks:
|
||||||
- web
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user