Add Caddy metrics
This commit is contained in:
parent
9ef5b5348f
commit
08554db622
4 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
{
|
||||
servers {
|
||||
metrics
|
||||
}
|
||||
}
|
||||
:2019 {
|
||||
metrics
|
||||
}
|
||||
(base) {
|
||||
header {
|
||||
>Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
global:
|
||||
scrape_interval: 15s
|
||||
scrape_configs:
|
||||
- job_name: prometheus
|
||||
static_configs:
|
||||
- targets: ["192.168.253.1:9100"]
|
||||
- job_name: caddy
|
||||
static_configs:
|
||||
- targets: ["systemd-caddy.:2019"]
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[Container]
|
||||
Image=ghcr.io/invoke-ai/invokeai:5-cuda
|
||||
UserNS=auto:uidmapping=0:0:1
|
||||
AddDevice=nvidia.com/gpu=all
|
||||
Volume=systemd-invokeai:/invokeai:U,Z
|
||||
Environment=CONTAINER_UID=999
|
||||
PublishPort=10.0.2.2:9090:9090
|
||||
AutoUpdate=registry
|
||||
[Install]
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[Container]
|
||||
Image=docker.io/ollama/ollama
|
||||
UserNS=auto:uidmapping=0:0:1
|
||||
AddDevice=nvidia.com/gpu=all
|
||||
Volume=systemd-ollama:/root/.ollama/models:U,Z
|
||||
Environment=OLLAMA_FLASH_ATTENTION=true
|
||||
|
|
Loading…
Add table
Reference in a new issue