Learn how to run Julep locally
.env
file in the root directory..env.example
file for a list of required variables..env
file.grafana_data
, memory_store_data
, temporal-db-data
, prometheus_data
and seadweedfs_data
:
Note: In single-tenant mode, you can interact with the SDK directly without the need for the API KEY.
Note: In multi-tenant mode, you need to generate a JWT token locally that act as an API KEY to interact with the SDK.
JWT_SHARED_KEY
with the corresponding key from your .env
file to generate a JWT token
JWT_SHARED_KEY
:
Note: This command generates a JWT token that will be valid for 10 days.
.env
file..env
file.docker compose logs
command to view detailed logs for debugging.