SDK based application, with configured @deep-foundation/deepcase.
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=<?>;
Please publish new version to git (npm automatically in github actions) with this command:
npm run git-publish
docker logs deep-case
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
docker logs -f deep-case
docker exec -it deep-case sh