basicswap/docker/production/compose-fragments/1_monero-wallet.yml
tecnovert dbdb89cd10
Some checks are pending
lint / build (3.12) (push) Waiting to run
Rename BASE_XMR_RPC_PORT
2024-10-01 00:41:40 +02:00

16 lines
450 B
YAML

monero_wallet:
image: i_monero_wallet
build:
context: monero_wallet
dockerfile: Dockerfile
container_name: monero_wallet
volumes:
- ${DATA_PATH}/monero_wallet:/data
expose:
- ${XMR_WALLET_PORT}
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
restart: unless-stopped