Skip to content

Commit

Permalink
ATOR-173 - Add stage deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Mar 4, 2024
1 parent fc28d78 commit 83cbf3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -94,7 +94,7 @@ LearnCircuitBuildTimeout 0
driver = "docker"

volume_mount {
volume = "dir-auth-stage"
volume = "sbws-stage"
destination = "/root/.sbws"
read_only = false
}
Expand Down

0 comments on commit 83cbf3f

Please sign in to comment.