basicswap/docker/production/compose-fragments/8_wownero-daemon.yml

17 lines
457 B
YAML
Raw Normal View History

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