From 83cbf3fcad9ef1ba84f6158ecf104f49044ccfa5 Mon Sep 17 00:00:00 2001 From: Yurii Kovalchuk Date: Mon, 4 Mar 2024 23:04:30 +0200 Subject: [PATCH] ATOR-173 - Add stage deployment --- operations/deploy-stage.hcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index fd05d96..e987a5b 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -20,17 +20,17 @@ job "sbws-stage" { } } - volume "dir-auth-stage" { + volume "sbws-stage" { type = "host" read_only = false - source = "dir-auth-stage" + source = "sbws-stage" } network { mode = "bridge" port "http-port" { - static = 9177 + static = 9077 to = 80 # host_network = "wireguard" } @@ -94,7 +94,7 @@ LearnCircuitBuildTimeout 0 driver = "docker" volume_mount { - volume = "dir-auth-stage" + volume = "sbws-stage" destination = "/root/.sbws" read_only = false }