diff --git a/docker/scanner/.sbws.ini b/docker/scanner/.sbws.ini index 670bb4f..fbf5b75 100755 --- a/docker/scanner/.sbws.ini +++ b/docker/scanner/.sbws.ini @@ -19,7 +19,7 @@ foo = on [destinations.foo] # the domain and path to the 1GB file or POST URL. -url = http://5.78.90.106:9077/1GiB +url = http://5.161.108.187:9177/1GiB # Whether to verify or not the TLS certificate. Default True verify = False # ISO 3166-1 alpha-2 country code where the Web server destination is located. @@ -28,5 +28,6 @@ verify = False country = ZZ [tor] +datadir = docker/data external_control_ip = 172.18.0.2 external_control_port = 9051 diff --git a/operations/deploy-dev.hcl b/operations/deploy-dev.hcl index 90d067c..aaa723b 100644 --- a/operations/deploy-dev.hcl +++ b/operations/deploy-dev.hcl @@ -44,6 +44,16 @@ job "sbws-dev" { task "sbws-relay-dev-task" { driver = "docker" + env { + ANON_USER = "root" + } + + volume_mount { + volume = "sbws-dev" + destination = "/var/lib/anon" + read_only = false + } + config { image = "svforte/anon-dev" force_pull = true @@ -60,11 +70,11 @@ job "sbws-dev" { template { change_mode = "noop" data = <