docker: Update templates for BCH.

This commit is contained in:
tecnovert
2024-11-12 22:43:32 +02:00
parent 3a5e40187a
commit 4693d96c52
10 changed files with 47 additions and 25 deletions

View File

@@ -0,0 +1,16 @@
bitcoincash_core:
image: i_bitcoincash
build:
context: bitcoincash
dockerfile: Dockerfile
container_name: bitcoincash_core
volumes:
- ${DATA_PATH}/bitcoincash:/data
expose:
- ${BCH_RPC_PORT}
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
restart: unless-stopped