mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
wownero: integration
This commit is contained in:
16
docker/production/compose-fragments/8_wownero-daemon.yml
Normal file
16
docker/production/compose-fragments/8_wownero-daemon.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user