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 />
|
Otherwise traefik will not issue the certificate for an existing domain. <br />
|
||||||
|
|
||||||
#### TODO !!!!
|
#### TODO !!!!
|
||||||
General Monitoring <br />
|
|
||||||
LOGFILES <br />
|
|
||||||
Bootstrapping from Snapshots <br />
|
Bootstrapping from Snapshots <br />
|
||||||
Link-Timezone into containers.
|
Link-Timezone into containers.
|
||||||
|
|
||||||
|
|||||||
@@ -4,16 +4,8 @@
|
|||||||
"url": "https://${DOMAIN}/pokt"
|
"url": "https://${DOMAIN}/pokt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0026",
|
"id": "0005",
|
||||||
"url": "https://${DOMAIN}/goerli"
|
"url": "https://${DOMAIN}/fuse"
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "0025",
|
|
||||||
"url": "https://${DOMAIN}/rinkeby"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "0023",
|
|
||||||
"url": "https://${DOMAIN}/ropsten"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0021",
|
"id": "0021",
|
||||||
@@ -24,16 +16,24 @@
|
|||||||
"url": "https://${DOMAIN}/erigon"
|
"url": "https://${DOMAIN}/erigon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0028",
|
"id": "0023",
|
||||||
"url": "https://${DOMAIN}/erigon"
|
"url": "https://${DOMAIN}/ropsten"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "0025",
|
||||||
|
"url": "https://${DOMAIN}/rinkeby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "0026",
|
||||||
|
"url": "https://${DOMAIN}/goerli"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0027",
|
"id": "0027",
|
||||||
"url": "https://${DOMAIN}/xdai"
|
"url": "https://${DOMAIN}/xdai"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0005",
|
"id": "0028",
|
||||||
"url": "https://${DOMAIN}/fuse"
|
"url": "https://${DOMAIN}/erigon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0040",
|
"id": "0040",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- SERVERURL=$SERVERURL
|
- SERVERURL=$SERVERURL
|
||||||
- SERVERPORT=$SERVERPORT
|
- SERVERPORT=$SERVERPORT
|
||||||
- PEERS=$PEERS
|
- PEERS=$PEERS
|
||||||
- PEERDNS=auto
|
- PEERDNS=none
|
||||||
- ALLOWEDIPS=$ALLOWEDIPS
|
- ALLOWEDIPS=$ALLOWEDIPS
|
||||||
- INTERNAL_SUBNET=$INTERNAL_SUBNET
|
- INTERNAL_SUBNET=$INTERNAL_SUBNET
|
||||||
volumes:
|
volumes:
|
||||||
Reference in New Issue
Block a user