Skip to content

Commit ab037fd

Browse files
committed
chore: move to rustf in backend dev environment
Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent 7355bfb commit ab037fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ SPDX-License-Identifier = "Apache-2.0"
7272
[[annotations]]
7373
path = "justfile"
7474
precedence = "aggregate"
75-
SPDX-FileCopyrightText = "2025 Seco Mind Srl"
75+
SPDX-FileCopyrightText = "2025-2026 Seco Mind Srl"
7676
SPDX-License-Identifier = "Apache-2.0"
7777

7878
[[annotations]]

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ _edgehog-dev-backend:
160160
export SEEDS_TENANT_PRIVATE_KEY_FILE=./priv/repo/seeds/keys/tenant_private.pem
161161
# Init edgehog services
162162
docker compose down -v
163-
docker compose up -d edgehog-device-forwarder minio minio-init registry registry-auth registry-init
163+
docker compose up -d edgehog-device-forwarder rustfs rustfs-init registry registry-auth registry-init
164164
# Init postgres locally, edgehog has to be able to reach it seamlessly
165165
(docker run --name edgehog-db -d -e "POSTGRES_HOST_AUTH_METHOD=trust" -p 5432:5432 --rm postgres && sleep 3) || true # skip if already up
166166
# `astarte` network gateway ip, a.k.a. edgehog's IP

0 commit comments

Comments
 (0)