aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2019-10-26 21:16:24 +0200
committerQuentin <quentin@deuxfleurs.fr>2019-10-26 21:16:24 +0200
commit7a97bbe06c0a8eb7b462d87b128c5ca3154eb582 (patch)
treec39245faa0eb9adb1f7b009c2246f5b9c532de16 /nomad
parent4c9538d33c1807a8ac75c02db11f955373fd21a8 (diff)
downloadinfrastructure-7a97bbe06c0a8eb7b462d87b128c5ca3154eb582.tar.gz
infrastructure-7a97bbe06c0a8eb7b462d87b128c5ca3154eb582.zip
New seafile version + WIP facebook bridge
Diffstat (limited to 'nomad')
-rw-r--r--nomad/seafile.hcl7
1 files changed, 6 insertions, 1 deletions
diff --git a/nomad/seafile.hcl b/nomad/seafile.hcl
index 574f6bc..c930396 100644
--- a/nomad/seafile.hcl
+++ b/nomad/seafile.hcl
@@ -12,7 +12,12 @@ job "seafile" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_seafile:v4"
+ image = "superboum/amd64_seafile:v6"
+
+ ## cmd + args are used for running an instance attachable for update
+ # command = "/bin/sleep"
+ # args = ["999999"]
+
port_map {
seahub_port = 8000
seafdav_port = 8084