summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--host/Rory-ovh/services/containers/syntest1/container.nix6
-rwxr-xr-xhost/Rory-ovh/services/containers/syntest1/services/synapse/synapse-main.nix2
-rw-r--r--host/Rory-ovh/services/containers/syntest2/container.nix6
-rwxr-xr-xhost/Rory-ovh/services/containers/syntest2/services/synapse/synapse-main.nix2
4 files changed, 2 insertions, 14 deletions
diff --git a/host/Rory-ovh/services/containers/syntest1/container.nix b/host/Rory-ovh/services/containers/syntest1/container.nix

index 4041e05..da77a2d 100644 --- a/host/Rory-ovh/services/containers/syntest1/container.nix +++ b/host/Rory-ovh/services/containers/syntest1/container.nix
@@ -65,10 +65,4 @@ mountPoint = "/data/postgres"; isReadOnly = false; }; - - #bindMounts."synapse-shared-secret" = { - # hostPath = "/data/secrets/synapse-shared-secret"; - # mountPoint = "/data/secrets/synapse-shared-secret"; - # isReadOnly = false; - #}; } diff --git a/host/Rory-ovh/services/containers/syntest1/services/synapse/synapse-main.nix b/host/Rory-ovh/services/containers/syntest1/services/synapse/synapse-main.nix
index 66648e6..327d648 100755 --- a/host/Rory-ovh/services/containers/syntest1/services/synapse/synapse-main.nix +++ b/host/Rory-ovh/services/containers/syntest1/services/synapse/synapse-main.nix
@@ -44,7 +44,7 @@ listeners = [ { port = 8008; - bind_addresses = [ "127.0.0.1" ]; + bind_addresses = [ "192.168.100.20" ]; type = "http"; tls = false; x_forwarded = true; diff --git a/host/Rory-ovh/services/containers/syntest2/container.nix b/host/Rory-ovh/services/containers/syntest2/container.nix
index 489287e..7cea11f 100644 --- a/host/Rory-ovh/services/containers/syntest2/container.nix +++ b/host/Rory-ovh/services/containers/syntest2/container.nix
@@ -56,10 +56,4 @@ mountPoint = "/data/postgres"; isReadOnly = false; }; - - #bindMounts."synapse-shared-secret" = { - # hostPath = "/data/secrets/synapse-shared-secret"; - # mountPoint = "/data/secrets/synapse-shared-secret"; - # isReadOnly = false; - #}; } diff --git a/host/Rory-ovh/services/containers/syntest2/services/synapse/synapse-main.nix b/host/Rory-ovh/services/containers/syntest2/services/synapse/synapse-main.nix
index 7d5498f..9c16039 100755 --- a/host/Rory-ovh/services/containers/syntest2/services/synapse/synapse-main.nix +++ b/host/Rory-ovh/services/containers/syntest2/services/synapse/synapse-main.nix
@@ -43,7 +43,7 @@ listeners = [ { port = 8008; - bind_addresses = [ "127.0.0.1" ]; + bind_addresses = [ "192.168.100.21" ]; type = "http"; tls = false; x_forwarded = true;