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