Register service to consul.
This commit is contained in:
@@ -6,6 +6,12 @@ job "pi.paler.net" {
|
|||||||
port "http" { }
|
port "http" { }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service {
|
||||||
|
name = "pi-paler-net"
|
||||||
|
tags = [ "web" ]
|
||||||
|
port = "http"
|
||||||
|
}
|
||||||
|
|
||||||
volume "sites-volume" {
|
volume "sites-volume" {
|
||||||
type = "csi"
|
type = "csi"
|
||||||
source = "sites-volume"
|
source = "sites-volume"
|
||||||
|
|||||||
Reference in New Issue
Block a user