basicswap/docker/production/compose-fragments/1_dogecoin.yml

17 lines
433 B
YAML
Raw Normal View History

2024-11-28 15:45:04 +00:00
dogecoin_core:
image: i_dogecoin
build:
context: dogecoin
dockerfile: Dockerfile
container_name: dogecoin_core
volumes:
- ${DATA_PATH}/dogecoin:/data
expose:
- ${DOGE_RPC_PORT}
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
restart: unless-stopped