- use file override to handle multiple networks - expose and map only required ports - name containers differently - add environment for chain variable - dont expose ports in image Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
10 lines
135 B
YAML
10 lines
135 B
YAML
version: "3.8"
|
|
name: testnet
|
|
services:
|
|
bitcoin-core:
|
|
ports:
|
|
- 18333:18333
|
|
|
|
core-lightning:
|
|
ports:
|
|
- 19735:19735 |