diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-03 11:02:22 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-03 11:02:22 +0200 |
commit | 8fe0a78b0cfc76786e98185ce130355c63246377 (patch) | |
tree | 4a193a67e45a0f413281f7eb3dd76515865c3463 /app/bagage | |
parent | e66b1c2c54f51c4267f2f73753e7f915033eac6d (diff) | |
download | infrastructure-8fe0a78b0cfc76786e98185ce130355c63246377.tar.gz infrastructure-8fe0a78b0cfc76786e98185ce130355c63246377.zip |
Upgrade Bagage
Diffstat (limited to 'app/bagage')
-rw-r--r-- | app/bagage/deploy/bagage.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/bagage/deploy/bagage.hcl b/app/bagage/deploy/bagage.hcl index 2c8884b..13ecc25 100644 --- a/app/bagage/deploy/bagage.hcl +++ b/app/bagage/deploy/bagage.hcl @@ -18,7 +18,7 @@ job "bagage" { task "server" { driver = "docker" config { - image = "superboum/amd64_bagage:v5" + image = "superboum/amd64_bagage:v7" readonly_rootfs = true ports = [ "web_port" ] } @@ -28,7 +28,7 @@ job "bagage" { } resources { - memory = 100 + memory = 300 } service { |