From 551734c38668834dcc30368a37442e2b158737c3 Mon Sep 17 00:00:00 2001 From: fsociety Date: Sun, 9 Feb 2025 13:55:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(docker):=20update=20relay?= =?UTF-8?q?=20image=20to=20version=201.0.5=20in=20docker-compose=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📚 chore(readme): remove outdated section on fetching release tags 🔧 fix(env): update backup settings and add new import settings in .env.example --- .env.example | 18 ++++++++++-------- README.md | 2 -- docker-compose.tor.yml | 2 +- docker-compose.yml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.env.example b/.env.example index 4c4319d..e0c6d0b 100644 --- a/.env.example +++ b/.env.example @@ -78,16 +78,18 @@ INBOX_RELAY_CONNECTION_RATE_LIMITER_MAX_TOKENS=9 ## Import Settings IMPORT_START_DATE="2023-01-20" IMPORT_QUERY_INTERVAL_SECONDS=600 +IMPORT_SEED_RELAYS_FILE="relays_import.json" ## Backup Settings -BACKUP_PROVIDER="none" # aws, gcp, none (or leave blank to disable) +BACKUP_PROVIDER="none" # s3, none (or leave blank to disable) BACKUP_INTERVAL_HOURS=1 -## AWS Backup Settings - REQUIRED IF BACKUP_PROVIDER="aws" -AWS_ACCESS_KEY_ID="access" -AWS_SECRET_ACCESS_KEY="secret" -AWS_REGION="us-east-1" -AWS_BUCKET_NAME="backups" +## Generic S3 Bucket Backup Settings - REQUIRED IF BACKUP_PROVIDER="s3" +S3_ACCESS_KEY_ID="access" +S3_SECRET_KEY="secret" +S3_ENDPOINT="nyc3.digitaloceanspaces.com" +S3_REGION="nyc3" +S3_BUCKET_NAME="backups" -## GCP Backup Settings - REQUIRED IF BACKUP_PROVIDER="gcp" -GCP_BUCKET_NAME="backups" +## Blastr Settings +BLASTR_RELAYS_FILE="relays_blastr.json" \ No newline at end of file diff --git a/README.md b/README.md index ed59473..2fa95af 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,6 @@ To access the logs of the services, run the following command: ./scripts/logs.sh ``` -Hier ist die aktualisierte README-Sektion, die den Abruf neuer Release-Tags berücksichtigt: - ### 9. Update the Relay To update the relay, first fetch the latest tags to ensure you have access to any new releases: diff --git a/docker-compose.tor.yml b/docker-compose.tor.yml index 776554f..224557f 100644 --- a/docker-compose.tor.yml +++ b/docker-compose.tor.yml @@ -1,7 +1,7 @@ services: relay: container_name: haven-relay - image: holgerhatgarkeinenode/haven-docker:v1.0.4 + image: holgerhatgarkeinenode/haven-docker:v1.0.5 env_file: - .env volumes: diff --git a/docker-compose.yml b/docker-compose.yml index c499cbd..56c89a0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: relay: container_name: haven-relay - image: holgerhatgarkeinenode/haven-docker:v1.0.4 + image: holgerhatgarkeinenode/haven-docker:v1.0.5 env_file: - .env volumes: