Skip to content

Commit

Permalink
🚀 update(image): bump haven-docker image version to v1.0.4 in docker-…
Browse files Browse the repository at this point in the history
…compose files and add LMDB_MAPSIZE to .env.example
  • Loading branch information
fsociety committed Jan 28, 2025
1 parent 1fb7099 commit 1ca3ab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RELAY_URL="relay.utxo.one"
RELAY_PORT=3355
RELAY_BIND_ADDRESS="0.0.0.0" # Can be set to a specific IP4 or IP6 address ("" for all interfaces)
DB_ENGINE="badger" # badger, lmdb (lmdb works best with an nvme, otherwise you might have stability issues)
LMDB_MAPSIZE=0 # 0 for default (currently ~273GB), or set to a different size in bytes, e.g. 10737418240 for 10GB
BLOSSOM_PATH="blossom/"

## Private Relay Settings
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.tor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
relay:
container_name: haven-relay
image: holgerhatgarkeinenode/haven-docker:v1.0.3
image: holgerhatgarkeinenode/haven-docker:v1.0.4
env_file:
- .env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
relay:
container_name: haven-relay
image: holgerhatgarkeinenode/haven-docker:v1.0.3
image: holgerhatgarkeinenode/haven-docker:v1.0.4
env_file:
- .env
volumes:
Expand Down

0 comments on commit 1ca3ab2

Please sign in to comment.