Run the application

Once all environment variables are set correctly, we can now run the application by running the following command:

docker-compose up -d  # -d for detached mode

The application will need a moment to fully spin up. Once the application is running, we can access the application by going to the following address: http(s)://<hostname-or-ip>:3000.

Last updated