Skip to content

hapify/sandbox-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox runner

A Docker image to run demo project quickly

Docker

Build this image

docker build . -t hpf-sandbox-runner

Run this image

docker run -it --rm \
       -p 3000:3000 \
       -p 8000:8000 \
       -p 8001:8001 \
       -e HPF_KEY=XXXXXXXXXXXXXXXXXXXXX \
       -e HPF_PROJECT=XXXXXXXXXXXXXXXXXXXXX \
       -e HPF_API_URL=https://api.hapify.io/v1 \
       -e API_URL=http://localhost:3000 \
       -e POPULATE_DATABASE=1 \
       --name hpf-sandbox-runner \
       hapify/sandbox-runner

Login

Use these credentials to log in WebApps:

username: admin@example.com

password: admin

About

A Docker image to run Hapify demo project

Resources

License

Stars

Watchers

Forks

Packages

No packages published