diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-10-17 01:07:08 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-10-17 01:07:08 +0200 |
commit | d2584fbf1d0e1d84447e1724b0bc198e69188192 (patch) | |
tree | 9e9ca3cc1802614fdf8c1ac1d555900108c26b92 /cluster/prod/app | |
parent | 99c031dfc4c3c5256e2dcafb5a962c4ec4fff336 (diff) | |
download | nixcfg-d2584fbf1d0e1d84447e1724b0bc198e69188192.tar.gz nixcfg-d2584fbf1d0e1d84447e1724b0bc198e69188192.zip |
bagage: use a different TCP port to avoid conflicts with jitsi and sogo
Diffstat (limited to 'cluster/prod/app')
-rw-r--r-- | cluster/prod/app/bagage/deploy/bagage.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/bagage/deploy/bagage.hcl b/cluster/prod/app/bagage/deploy/bagage.hcl index fbb571d..76dff22 100644 --- a/cluster/prod/app/bagage/deploy/bagage.hcl +++ b/cluster/prod/app/bagage/deploy/bagage.hcl @@ -13,8 +13,8 @@ job "bagage" { network { port "web_port" { - static = 8080 - to = 8080 + static = 8015 + to = 8015 } port "ssh_port" { static = 2222 |