mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-08 02:50:06 +00:00
Merge branch “source_main”
Conflicts: compose/docker-compose.yml
This commit is contained in:
@ -149,14 +149,16 @@ services:
|
|||||||
container_name: bu${SUFFIX}
|
container_name: bu${SUFFIX}
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
NETWORK: ${NETWORK}
|
NETWORK: ${NETWORK}
|
||||||
volumes:
|
volumes:
|
||||||
- ${PG_BACKUP}:/running/database:ro
|
- ${DATABASE}:/running/database:ro
|
||||||
- ${BITCOIN_DATA}:/running/bitcoin:ro
|
- ${BITCOIN_DATA}:/running/bitcoin:ro
|
||||||
- ${STATIC}:/running/static:ro
|
- ${LND_DATA}:/running/lnd:ro
|
||||||
- ${BU_DIR1}:/backup1
|
- ${LIT_DATA}:/running/lit:ro
|
||||||
- ${BU_DIR2}:/backup2
|
- ${STATIC}:/running/static:ro
|
||||||
- ${BU_DIR3}:/backup3
|
- ${BU_DIR1}:/backup1
|
||||||
|
- ${BU_DIR2}:/backup2
|
||||||
|
- ${BU_DIR3}:/backup3
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
redisdata:
|
redisdata:
|
||||||
|
Reference in New Issue
Block a user