Sign inSign up

oaklabs/app-payment

By oaklabs

•Updated over 4 years ago

OakOS Payment Demo Application

Image
0

1.6K

oaklabs/app-payment repository overview

⁠Payment Demo Application

Example Application for OakOS v5.0.X

Not for production use!

⁠Running locally

Make sure that you are running the right version of Node locally. You will find the required version in the .nvmrc file If you are not running the same version (node -v) then you will need to run

nvm install $(cat .nvmrc)
npm run rebuild
⁠Now you can run locally
npm run dev
⁠Running in a docker container
xhost +
docker-compose up --build
⁠Shutting down the docker container
docker-compose down

⁠Example Installation

{
  "services": [
    {
      "image": "index.docker.io/oaklabs/app-payment:latest",
      "environment": {
        "PORT": "9000",
        "PAYMENT_PORT": "8003",
        "TERMINAL_IP": "192.168.86.43",
        "TZ": "America/Los_Angeles"
      }
    }
  ]
}

Tag summary

Content type

Image

Digest

Size

622.1 MB

Last updated

over 5 years ago

docker pull oaklabs/app-payment