mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 08:13:19 +00:00
10 lines
286 B
Bash
10 lines
286 B
Bash
ROBOSATS_ENVS_FILE=".env-sample"
|
|
|
|
BITCOIND_TAG='24.0.1-alpine'
|
|
LND_TAG='v0.17.0-beta'
|
|
REDIS_TAG='7.2.1-alpine@sha256:7f5a0dfbf379db69dc78434091dce3220e251022e71dcdf36207928cbf9010de'
|
|
POSTGRES_TAG='14.2-alpine'
|
|
|
|
POSTGRES_DB='postgres'
|
|
POSTGRES_USER='postgres'
|
|
POSTGRES_PASSWORD='example' |