Network configuration #1

Merged
quentin merged 8 commits from network_config into master 2020-07-05 18:37:21 +00:00
2 changed files with 12 additions and 1 deletions
Showing only changes of commit faf39bbb28 - Show all commits

View file

@ -26,5 +26,9 @@ client {
#cpu_total_compute = 4000
servers = ["127.0.0.1:4648"]
network_interface = "{{ interface }}"
options {
docker.privileged.enabled = "true"
docker.volumes.enabled = "true"
}
}

View file

@ -24,8 +24,15 @@ job "seafile" {
seafhttp_port = 8082
}
mounts = [
{
type = "bind"
source = "/mnt/glusterfs/seafile"
target = "/mnt/seafile-data"
}
]
volumes = [
"/mnt/glusterfs/seafile:/mnt/seafile-data",
"secrets/conf:/srv/webstore/conf",
"secrets/ccnet:/srv/webstore/ccnet"
]