Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.44 KB

File metadata and controls

65 lines (43 loc) · 1.44 KB

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

yarn install

Development Server

Start the development server on http://localhost:3000

yarn run dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.

deploy to portainer

docker buildx build -t integritee/website:1.21 .
# test the image locally
docker run -p 3000:3000 integritee/website:1.21
docker login
docker push integritee/website:1.21

change portainer config:

Stacks -> integritee-website -> edit -> update image

there are two stages. First you should test staging:

deploy the stack

https://portainer.integritee.network/#!/2/docker/stacks/incognitee-landing?id=21&type=1&regular=true&external=false&orphaned=false

troubleshooting

fail to fetch docker image

can be caused by "no space left on device", but you won't see that msg in portainer. ssh into the swarm machine at portainer.integritee.network

docker system prune