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

17 lines
459 B
YAML
Raw Normal View History

2024-03-31 22:47:14 +00:00
wownero_wallet:
image: i_wownero_wallet
build:
context: wownero_wallet
dockerfile: Dockerfile
container_name: wownero_wallet
volumes:
- ${DATA_PATH}/wownero_wallet:/data
expose:
- ${WOW_WALLET_RPC_PORT}
2024-03-31 22:47:14 +00:00
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
restart: unless-stopped