Browse Source

Create NETWORKING.md

patch-1
BT 5 years ago
committed by GitHub
parent
commit
63590ab4a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      NETWORKING.md

17
NETWORKING.md

@ -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 |
Loading…
Cancel
Save