basicswap/docker/production/compose-fragments/1_monero-wallet.yml

17 lines
450 B
YAML
Raw Normal View History

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