Sign inSign up

exitgamehka/exit-game-admin-dashboard

By exitgamehka

Updated almost 2 years ago

Admin dashboard Exit-Game HKA

Image
Security
Languages & frameworks
API management
0

330

exitgamehka/exit-game-admin-dashboard repository overview

Admin dashboard Exit-Game HKA

Set up your environment

To set up your environment start by setting the required environment variables either globally on your system or on the command line session.

NEXT_PUBLIC_BASE_PATH = '/exit-game-frontend'
NEXT_PUBLIC_BACKEND_URL = 'url_of_the_backend'

Default port

The Node.js instance inside this image runs by default on port 3000

Running a container from this image

docker run \
  -d \
  --name exit-game-admin-dashboard \
  -p 127.0.0.1:3001:3000 \
  exitgamehka/exit-game-admin-dashboard:1.0.0

Tag summary

Content type

Image

Digest

sha256:93a26a38b

Size

83.5 MB

Last updated

almost 2 years ago

docker pull exitgamehka/exit-game-admin-dashboard:1.3.0