Skip to content

Commit

Permalink
Create NETWORKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t authored Jun 24, 2020
1 parent 1963b12 commit 63590ab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NETWORKING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Docker network setup

This is the current network setup for docker-compose. You can also refer to them by name as well within the containers (eventually this will happen)

## Default configuration

**Subnet mask:** 10.11.0.0/16

Box | IP Address |
-----------| -----------|
tor | 10.11.5.1 |
nginx | 10.11.0.2 |
bitcoin | 10.11.1.1 |
lnd | 10.11.1.2 |
dashboard | 10.11.0.3 |
manager | 10.11.2.1 |
middleware | 10.11.2.2 |

0 comments on commit 63590ab

Please sign in to comment.