sort chains, update readme, rename mon-compose files
This commit is contained in:
@@ -69,8 +69,6 @@ Check if there is a file here /traefic/letsencrypt/acme.json if yes, you have to
|
||||
Otherwise traefik will not issue the certificate for an existing domain. <br />
|
||||
|
||||
#### TODO !!!!
|
||||
General Monitoring <br />
|
||||
LOGFILES <br />
|
||||
Bootstrapping from Snapshots <br />
|
||||
Link-Timezone into containers.
|
||||
|
||||
|
||||
@@ -4,16 +4,8 @@
|
||||
"url": "https://${DOMAIN}/pokt"
|
||||
},
|
||||
{
|
||||
"id": "0026",
|
||||
"url": "https://${DOMAIN}/goerli"
|
||||
},
|
||||
{
|
||||
"id": "0025",
|
||||
"url": "https://${DOMAIN}/rinkeby"
|
||||
},
|
||||
{
|
||||
"id": "0023",
|
||||
"url": "https://${DOMAIN}/ropsten"
|
||||
"id": "0005",
|
||||
"url": "https://${DOMAIN}/fuse"
|
||||
},
|
||||
{
|
||||
"id": "0021",
|
||||
@@ -24,16 +16,24 @@
|
||||
"url": "https://${DOMAIN}/erigon"
|
||||
},
|
||||
{
|
||||
"id": "0028",
|
||||
"url": "https://${DOMAIN}/erigon"
|
||||
"id": "0023",
|
||||
"url": "https://${DOMAIN}/ropsten"
|
||||
},
|
||||
{
|
||||
"id": "0025",
|
||||
"url": "https://${DOMAIN}/rinkeby"
|
||||
},
|
||||
{
|
||||
"id": "0026",
|
||||
"url": "https://${DOMAIN}/goerli"
|
||||
},
|
||||
{
|
||||
"id": "0027",
|
||||
"url": "https://${DOMAIN}/xdai"
|
||||
},
|
||||
{
|
||||
"id": "0005",
|
||||
"url": "https://${DOMAIN}/fuse"
|
||||
"id": "0028",
|
||||
"url": "https://${DOMAIN}/erigon"
|
||||
},
|
||||
{
|
||||
"id": "0040",
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- SERVERURL=$SERVERURL
|
||||
- SERVERPORT=$SERVERPORT
|
||||
- PEERS=$PEERS
|
||||
- PEERDNS=auto
|
||||
- PEERDNS=none
|
||||
- ALLOWEDIPS=$ALLOWEDIPS
|
||||
- INTERNAL_SUBNET=$INTERNAL_SUBNET
|
||||
volumes:
|
||||
Reference in New Issue
Block a user