This commit is contained in:
2025-03-18 12:10:34 +01:00
parent 31552a494a
commit 9abc3e6baa

View File

@ -24,10 +24,10 @@ services:
file: logger.yml file: logger.yml
#service: openvino # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable #service: openvino # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
service: ${LOGGING:-syslog} service: ${LOGGING:-syslog}
logging: # logging:
driver: loki # driver: loki
options: # options:
loki-url: "http://192.168.77.101:3100/loki/api/v1/push" # loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
ports: ports:
- "0.0.0.0:8880:80" - "0.0.0.0:8880:80"
- "0.0.0.0:8443:443" - "0.0.0.0:8443:443"