development setup using docker
This commit is contained in:
parent
c4c49931a4
commit
f8dacef309
17 changed files with 414 additions and 1 deletions
24
deploy/dev/zone.json
Normal file
24
deploy/dev/zone.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[
|
||||
{
|
||||
"name": "_toolshed-server._tcp.a.localhost.",
|
||||
"type": "SRV",
|
||||
"ttl": 60,
|
||||
"value": {
|
||||
"priority": 0,
|
||||
"weight": 5,
|
||||
"port": 8080,
|
||||
"target": "127.0.0.1."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "_toolshed-server._tcp.b.localhost.",
|
||||
"type": "SRV",
|
||||
"ttl": 60,
|
||||
"value": {
|
||||
"priority": 0,
|
||||
"weight": 5,
|
||||
"port": 8080,
|
||||
"target": "127.0.0.2."
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue