Add Prometheus Stack
This commit is contained in:
@@ -3,6 +3,7 @@ package root
|
||||
type Service struct {
|
||||
Name string
|
||||
Image string
|
||||
PublicURL string
|
||||
Port int32
|
||||
SecurityContextID int64
|
||||
}
|
||||
@@ -10,6 +11,9 @@ type Service struct {
|
||||
var Linkding = Service{
|
||||
Name: "linkding",
|
||||
Image: "sissbruecker/linkding:1.45.0",
|
||||
PublicURL: "https://link.danicos.me",
|
||||
Port: 9090,
|
||||
SecurityContextID: 33, // www-data user, group and FS ID
|
||||
}
|
||||
|
||||
var Monitoring = "monitoring"
|
||||
|
||||
Reference in New Issue
Block a user