Skip to content

Commit

Permalink
Merge pull request #256 from stakwork/feat/load_backedup_volume
Browse files Browse the repository at this point in the history
update: added BACKUP_KEY
  • Loading branch information
tobi-bams authored Jul 16, 2024
2 parents 2698dfd + 2e2159e commit bb2902e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ services:
- ANNOUNCE_ADDRESS=$ANNOUNCE_ADDRESS
- NAV_BOLTWALL_SHARED_HOST=$NAV_BOLTWALL_SHARED_HOST
- JARVIS_FEATURE_FLAG_SCHEMA=$JARVIS_FEATURE_FLAG_SCHEMA
- BACKUP_KEY=$BACKUP_KEY

networks:
sphinx-swarm:
Expand Down
1 change: 1 addition & 0 deletions src/bin/stack/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ echo 'EXTERNAL_LND_CERT=<ENTER_EXTERNAL_LND_CERT>' >> .env &&
echo 'YOUTUBE_API_TOKEN=<ENTER_YOUTUBE_API_TOKEN>' >> .env &&
echo 'SWARM_UPDATER_PASSWORD=-' >> .env &&
echo 'JARVIS_FEATURE_FLAG_SCHEMA=true' >> .env
echo 'BACKUP_KEY=<BACKUP_KEY>' >> .env
```

0 comments on commit bb2902e

Please sign in to comment.