basicswap/docker/production/compose-fragments/1_dogecoin.yml
2025-01-03 22:47:58 +02:00

16 lines
433 B
YAML

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