Example Application for OakOS v5.0.X
Not for production use!
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
npm run dev
xhost +
docker-compose up --build
docker-compose down
{
"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"
}
}
]
}
Content type
Image
Digest
Size
622.1 MB
Last updated
over 5 years ago
docker pull oaklabs/app-payment