Skip to content

patricktobias86/patrickdanielsson.se

Repository files navigation

patrickdanielsson.se

Nuxt 4 site built for deployment on Colify.

Development

npm install
npm run dev

Building

Compile the project for production and verify it builds:

npm run build

Generate a static version of the site with:

npm run generate

Preview the production build locally:

npm run preview

Deployment

The project includes a production Dockerfile for Coolify/Docker Compose. It builds the Nuxt app into .output at image build time, then starts the Nitro server on port 3000.

Run the production service with Docker Compose:

docker compose up -d

The Compose service exposes port 3000 to the Docker network for Coolify's reverse proxy. It does not bind port 3000 on the host, so multiple Coolify applications can run on the same server without host port conflicts. The service also includes a healthcheck against http://127.0.0.1:3000/.

About

Static site built with Nuxt 4 and deployed to Netlify.

Resources

Stars

Watchers

Forks

Contributors