sort chains, update readme, rename mon-compose files

This commit is contained in:
cventastic
2022-01-19 00:26:36 +01:00
parent 0ba3761af0
commit ee6160cfe6
4 changed files with 16 additions and 18 deletions

View File

@@ -68,9 +68,7 @@ I you want to test SSL comment in:
Check if there is a file here /traefic/letsencrypt/acme.json if yes, you have to delete it. <br />
Otherwise traefik will not issue the certificate for an existing domain. <br />
#### TODO !!!!
General Monitoring <br />
LOGFILES <br />
#### TODO !!!!
Bootstrapping from Snapshots <br />
Link-Timezone into containers.

View File

@@ -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",

View File

@@ -14,7 +14,7 @@ services:
- SERVERURL=$SERVERURL
- SERVERPORT=$SERVERPORT
- PEERS=$PEERS
- PEERDNS=auto
- PEERDNS=none
- ALLOWEDIPS=$ALLOWEDIPS
- INTERNAL_SUBNET=$INTERNAL_SUBNET
volumes: