2022-10-10 11:36:25 +01:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
storj-up init nomad --name=core --ip=$IP minimal,gc
|
2022-11-02 11:12:51 +00:00
|
|
|
storj-up image satellite-api,storagenode,gc $IMAGE:$TAG
|
2022-10-10 11:36:25 +01:00
|
|
|
storj-up persist storagenode,satellite-api,gc
|
2022-11-02 11:12:51 +00:00
|
|
|
storj-up env set satellite-api STORJ_DATABASE_OPTIONS_MIGRATION_UNSAFE=full,testdata
|
2022-10-10 11:36:25 +01:00
|
|
|
nomad run storj.hcl
|