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 /> 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 /> 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.

View File

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

View File

@@ -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: