README export JWT_ACCESS_SECRET=$(openssl rand -hex 32) export JWT_REFRESH_SECRET=$(openssl rand -hex 64) docker compose up