rocketadmin
rocketadmin copied to clipboard
I can't run the project in my localhost
I am trying to run the project, but after finally getting running I just see what I assume it's the nest backend project:
Steps to reproduce: have docker already installed and running
run the next command:
docker run -d
-e DATABASE_URL=postgresql://username:password@host/database
-e JWT_SECRET=<jwt_secret>
-e PRIVATE_KEY=<private_key>
-e TEMPORARY_JWT_SECRET=<temporary_jwt_secret>
-e APP_DOMAIN_ADDRESS=http://localhost:3000
-p 3000:3000
--name rocketadmin
rocketadmin/rocketadmin
then in docker you will see the next image:
What I am missing? I need help, thanks!