mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
648 B
22 lines
648 B
version: "3.7"
|
|
|
|
services:
|
|
web:
|
|
image: ghcr.io/itchysats/itchysats/taker:0.4.7@sha256:59ca20d3e84087ff2760b9d825982bead2ed6be4432ee9f93e52973b7df123df
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
ports:
|
|
- ${APP_ITCHYSATS_PORT}:8000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
command:
|
|
- --maker=mainnet.itchysats.network:10000
|
|
- --maker-id=7e35e34801e766a6a29ecb9e22810ea4e3476c2b37bf75882edf94a68b1d9607
|
|
- --password=$APP_PASSWORD
|
|
- --umbrel-seed=$APP_SEED
|
|
- mainnet
|
|
- --electrum=tcp://$ELECTRUM_IP:$ELECTRUM_PORT
|
|
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_ITCHYSATS_IP
|