Prune Monero blockchain on staging
This commit is contained in:
parent
962d39c0fe
commit
0e7bced36b
|
@ -7,6 +7,15 @@ services:
|
||||||
node:
|
node:
|
||||||
image: sethsimmons/simple-monerod:{{ apps_vars.monerod.version }}
|
image: sethsimmons/simple-monerod:{{ apps_vars.monerod.version }}
|
||||||
restart: always
|
restart: always
|
||||||
|
command:
|
||||||
|
- '--rpc-restricted-bind-ip=0.0.0.0'
|
||||||
|
- '--rpc-restricted-bind-port=18089'
|
||||||
|
- '--no-igd'
|
||||||
|
- '--no-zmq'
|
||||||
|
- '--enable-dns-blocklist'
|
||||||
|
{% if hostname in groups['staging'] %}
|
||||||
|
- '--prune-blockchain'
|
||||||
|
{% endif %}
|
||||||
networks:
|
networks:
|
||||||
{{ apps_shared_docker_network }}:
|
{{ apps_shared_docker_network }}:
|
||||||
aliases:
|
aliases:
|
||||||
|
|
Loading…
Reference in a new issue