Skip to content

Commit

Permalink
feat: adds static port
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Sep 3, 2024
1 parent 2c7e9e7 commit 9e4e1e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infrastructure/nomad/playbooks/variables/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
to: 6060
p2p:
to: 30311
static: 30311
env:
ip: 127.0.0.1
net_restrict: 0.0.0.0/0
Expand All @@ -96,6 +97,7 @@ jobs:
to: 6060
p2p:
to: 30312
static: 30312
env:
ip: 127.0.0.1
net_restrict: 0.0.0.0/0
Expand All @@ -116,6 +118,7 @@ jobs:
to: 6060
p2p:
to: 30313
static: 30313
env:
ip: 127.0.0.1
net_restrict: 0.0.0.0/0
Expand Down

0 comments on commit 9e4e1e5

Please sign in to comment.