Skip to content

integritee-network/integritee_network_website

Repository files navigation

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

About

nuxt sources for integritee.network website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •