Moved hardcodes from docker compose to .env
This commit is contained in:
parent
7a4c879eb9
commit
5f9c32cb7e
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
SUBNET=<SUBNET>
|
||||
GATEWAY=<GATEWAY>
|
||||
BITCOIN_IP_ADDRESS=<BITCOIN_IP_ADDRESS>
|
||||
ELECTRS_IP_ADDRESS=<ELECTRS_IP_ADDRESS>
|
||||
|
||||
|
|
|
|||
|
|
@ -111,5 +111,5 @@ networks:
|
|||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 10.5.0.0/16
|
||||
gateway: 10.5.0.1
|
||||
- subnet: ${SUBNET}
|
||||
gateway: ${GATEWAY}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue