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.0@sha256:410332660845d7973c29a4a6b79b59b0748653dd73faade5b40e7c98061793ff
|
|
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
|