Enable the relevant config option and move to new network with an explicit IPv6, because otherwise there's no default v6 route and v6 in the Docker containers doesn't work.
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"default": {
|
|
"targetUser": "colmena-deploy"
|
|
},
|
|
"hosts": {
|
|
"matrix": {
|
|
"targetHostname": "matrix-intern.hamburg.ccc.de"
|
|
},
|
|
"git": {
|
|
"targetHostname": "git.hamburg.ccc.de"
|
|
},
|
|
"woodpecker": {
|
|
"targetHostname": "woodpecker-intern.hamburg.ccc.de"
|
|
},
|
|
"penpot": {
|
|
"targetHostname": "penpot-intern.hamburg.ccc.de"
|
|
}
|
|
}
|
|
}
|