Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Mount correct paths to volumes #292

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 3 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- "28332:28332"
- "28333:28333"
volumes:
- bitcoin:/config
- bitcoin:/home/bitcoin/.bitcoin
restart: unless-stopped
networks:
vtto:
Expand Down Expand Up @@ -58,8 +58,6 @@ services:
ports:
- "50000:50000"
- "30000:30000"
volumes:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not critical: electrs could use a data volume as well so that it does not have to reindex the whole chain on a restart.

- bitcoin:/config
restart: unless-stopped
networks:
vtto:
Expand Down Expand Up @@ -113,9 +111,7 @@ services:
- --configfile=/var/lib/lnd/lnd.conf
volumes:
- ./faucet/lnd.conf:/var/lib/lnd/lnd.conf
- bitcoin:/data
environment:
HOME: /data
- lnd:/root/.lnd
restart: unless-stopped
stop_grace_period: 5m30s
ports:
Expand Down Expand Up @@ -173,3 +169,4 @@ networks:
volumes:
bitcoin:
postgres:
lnd: