@deep-foundation/deepcase-app

0.1.0-beta.28 • Public • Published

Deep.Case App

SDK based application, with configured @deep-foundation/deepcase.

Gitpod Discord

envs

export MIGRATIONS_HASURA_PATH=localhost:8080;
export MIGRATIONS_HASURA_SSL=0;
export MIGRATIONS_HASURA_SECRET=myadminsecretkey;

export NEXT_PUBLIC_DEEPLINKS_SERVER=http://localhost:3007;
export NEXT_PUBLIC_GQL_PATH=localhost:3006/gql;
export NEXT_PUBLIC_GQL_SSL=0;

export NEXT_PUBLIC_ENGINES=1;

export JWT_SECRET=<?>;

For maintainers

Please publish new version to git (npm automatically in github actions) with this command:

npm run git-publish

Diagnostics

Logs

Get container logs to console:

docker logs deep-case

Get container logs to file:

Sometimes console cannot output the full logs so it might be helpful to store the entire container's logs as file. It can be done like this:

docker logs deep-case > deep-case.log.txt

Get live logs:

docker logs -f deep-case

Enter the sh from inside the docker container:

docker exec -it deep-case sh

Readme

Keywords

none

Package Sidebar

Install

npm i @deep-foundation/deepcase-app

Weekly Downloads

142

Version

0.1.0-beta.28

License

Unlicense

Unpacked Size

940 MB

Total Files

433

Last publish

Collaborators

  • timax
  • likissdmd
  • prinz_eugen_deep
  • senchapencha
  • korvusmkrt
  • suenot
  • romanxz
  • flakeed
  • l4legenda
  • aruseli
  • freephoenix888
  • konard
  • menzorg
  • ivansglazunov