make env-copy
.env
APP_ENV=production# or local
APP_DEBUG=false# true for local
# root user is set by default
# to find user id and group id on linux use commands `id -u` and `id -g`
DOCKER_USER_ID=1000
DOCKER_GROUP_ID=1000
FRONTEND_DOCKER_COMMAND=${FRONTEND_DOCKER_SERVER_COMMAND}# or ${FRONTEND_DOCKER_LOCAL_COMMAND}
FRONTEND_DOCKER_PORT=3075# external port for web panel
QUEUE_TRACES_CREATING_QUANTITY=10# for collector jobs
frontend/.env
BACKEND_URL=https://localhost:10021# see port in .env.OCTANE_RR_DOCKER_PORT
make setup
make art c=user:create
make art c=service:create
storage/api/json-schemes/traces-api-openapi-scheme.json