mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 08:18:33 +02:00
alias
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user