Skip to content
Snippets Groups Projects
Verified Commit 9a096b78 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[GraphBot] Add default docker network in configuration

parent fe3a8efe
No related branches found
No related tags found
1 merge request!50Remove CI
......@@ -7,6 +7,7 @@
"url": "pica01.picasoft.net",
"port": 2376,
"exclude": [],
"default_network": "docker_default",
"tls_config":
{
"ca_cert": "auth/pica01/ca.pem",
......@@ -19,6 +20,7 @@
"url": "pica02.picasoft.net",
"port": 2376,
"exclude": [],
"default_network": "docker_default",
"tls_config":
{
"ca_cert": "auth/pica02/ca.pem",
......@@ -31,6 +33,7 @@
"url": "pica01-test.picasoft.net",
"port": 2376,
"exclude": [],
"default_network": "docker_default",
"tls_config":
{
"ca_cert": "auth/pica01-test/ca.pem",
......@@ -40,7 +43,8 @@
},
{
"name": "monitoring",
"url": "localhost"
"url": "localhost",
"default_network": "docker_default"
}
],
"color_scheme": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment