* add monero

* fix fragment

* fix image for monero

* fix volume mapping

* fix container name

* prune monero

* use newer monero image

* fix notifier execution args

* add compat flag to docker-compose up

* restrict monero to 1gb ram

* fix compat flag location

* fix links

* fix notifier call

* fix

* fix

* fix

* fix

* fix wallet

* remove testnet flag

* remove docker swarm compatibility flags
This commit is contained in:
Andrew Camilleri
2019-10-03 06:04:39 +02:00
committed by Nicolas Dorier
parent 3ff6a88d8e
commit 0375184ebc
2 changed files with 39 additions and 0 deletions

View File

@@ -86,6 +86,11 @@ namespace DockerGenerator
{
Crypto = "mona",
CryptoFragment = "monacoin"
},
new CryptoDefinition()
{
Crypto = "xmr",
CryptoFragment = "monero"
}
};
}