Skip to content

Commit

Permalink
Remove unnecessary configuration.
Browse files Browse the repository at this point in the history
Update docker-compose.yaml

`-maxtipage` is not needed
  • Loading branch information
sloth committed Sep 11, 2024
1 parent 0822e14 commit 8b24bf9
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions fractald-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,8 @@ version: "3"
services:
bitcoind:
image: fractalbitcoin/fractal:v0.2.1
entrypoint: ["bitcoind", "-datadir=/data/", "-maxtipage=504576000"]
command: ""
entrypoint: ["bitcoind", "-datadir=/data/"]
healthcheck:
test: ["CMD", "bitcoin-cli", "-datadir=/data/", "getblockchaininfo"]
networks:
- fractal-bitcoin
ports:
- "8333:8333"
deploy:
resources:
limits:
memory: 40G
memswap_limit: 60G
mem_swappiness: 100
volumes:
- ./data:/data
logging:
driver: "json-file"
options:
labels: "env,filebeat,name"
max-size: "1g"
max-file: "3"
networks:
fractal-bitcoin:

0 comments on commit 8b24bf9

Please sign in to comment.