mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
24 lines
587 B
YAML
24 lines
587 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: $APP_ITCHYSATS_IP
|
|
APP_PORT: 8000
|
|
|
|
web:
|
|
image: ghcr.io/itchysats/itchysats/taker:0.4.16@sha256:f404ace4baf85b9799bfa709c9481b35fabe22d6dcaf7fb8f664730c09230bc2
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
command:
|
|
- --password=$APP_PASSWORD
|
|
- --umbrel-seed=$APP_SEED
|
|
- $APP_BITCOIN_NETWORK
|
|
- --electrum=tcp://$APP_ELECTRS_NODE_IP:$APP_ELECTRS_NODE_PORT
|
|
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_ITCHYSATS_IP
|