doge: docker/production/*

This commit is contained in:
nahuhh
2024-11-28 15:45:04 +00:00
committed by tecnovert
parent f5db8cf7ce
commit 56f96291e4
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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