up icon indicating copy to clipboard operation
up copied to clipboard

Docker-compose files for running full Storj network locally

Results 22 up issues
Sort by recently updated
recently updated
newest added

Acceptance Criteria: - Update the readme to show how to access the storage node dashboard.

Needs Estimation

Currently docker compose with storj-up allows for local dev testing of mounted binaries and directories using the volume mounts. Nomad supports a similar capability using "host-volume" and volume_mount. Acceptance Criteria:...

Needs Estimation

Still requires `storj-up env setenv satellite-api STORJ_CONSOLE_USE_VUETIFY_PROJECT=true` I didn't include that into the PR because it makes more sense to just switch it on by default in the storj repository.

Currently, the Nomad HCL file generated by Storj-up will only work if the Nomad cluster has a single node with enough resources to run everything on the same node. This...

Needs Estimation

Due to the [docker desktop limitation on windows](https://docs.docker.com/desktop/networking/) `Docker Desktop can’t route traffic to Linux containers.` uplink fails when it is used from a windows host to a linux container....

In some rare cases, a user may use more than 1 runtime (i.e. docker for DB and standalone for satellite and services). Currently when issuing storj-up commands to update the...

If storj-up is used to add flags to a service, currently only flags with double dash prefix are supported. The command should be either flexible enough to specify whether to...

The last published release ([v1.1.0](https://github.com/storj/up/releases/tag/v1.1.0) doesn't compile/build with Go 1.20 without manually disabling QUIC with `-tag=noquic` flag. The [current main](https://github.com/storj/up/commit/9031a296bd4a2927cd8cb7534a0e946eb9a1bf05) compiles with Go 1.20 without having to disable QUIC. It...

I would like to run tests with tardigrade branding. For that to work I clone and compile the branding already. There is one manuall modification I would like to see...

Use [Stripe-Mock](https://github.com/stripe/stripe-mock) for easy integration testing. Stripe-Mock is stateless, if you want it to respond a certain way because of some state you would need to add that into the...