An example app that is descibed in more detail at https://docs.zivelo.com/docs/writing-a-simple-application
Sample. Not to be used for production deployments
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 up
# and to stop
Control + c
Control + c
docker-compose down
Make sure to bring docker-compose down every time you run
docker-compose up
{
"services": [
{
"image": "index.docker.io/oaklabs/app-example:latest",
"environment": {
"TZ": "America/Phoenix"
}
}
]
}
Content type
Image
Digest
Size
600.9 MB
Last updated
about 6 years ago
docker pull oaklabs/app-example