File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ SPDX-License-Identifier = "Apache-2.0"
7272[[annotations ]]
7373path = " justfile"
7474precedence = " aggregate"
75- SPDX-FileCopyrightText = " 2025 Seco Mind Srl"
75+ SPDX-FileCopyrightText = " 2025-2026 Seco Mind Srl"
7676SPDX-License-Identifier = " Apache-2.0"
7777
7878[[annotations ]]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments