forked from michael.heier/citadel-core
19 lines
573 B
YAML
19 lines
573 B
YAML
# SPDX-FileCopyrightText: 2021 Aaron Dewes <aaron.dewes@protonmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
electrs:
|
|
container_name: electrs
|
|
image: ghcr.io/runcitadel/electrs:v0.9.2@sha256:ab756976bceb1c209c89510db5c41b4540675eb3e65202fa843be95d0e6122b9
|
|
working_dir: /data
|
|
volumes:
|
|
- ${PWD}/bitcoin:/bitcoin:ro
|
|
- ${PWD}/electrs:/data
|
|
restart: on-failure
|
|
stop_grace_period: 5m
|
|
ports:
|
|
- "$ELECTRUM_PORT:$ELECTRUM_PORT"
|
|
networks:
|
|
default:
|
|
ipv4_address: $ELECTRUM_IP
|