Prune Monero blockchain on staging

This commit is contained in:
Sam A. 2023-12-25 23:58:35 +01:00
parent 962d39c0fe
commit 0e7bced36b
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -7,6 +7,15 @@ services:
node:
image: sethsimmons/simple-monerod:{{ apps_vars.monerod.version }}
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:
{{ apps_shared_docker_network }}:
aliases: