Liam Pietralla a70e849b98
All checks were successful
Build and Push Container / Build App (push) Successful in 1m38s
Build and Push Container / Publish App (push) Successful in 3m13s
enable traefik
2026-01-17 10:14:03 +11:00
2026-01-16 17:03:49 +11:00
2026-01-17 10:14:03 +11:00
2026-01-16 17:43:32 +11:00
2026-01-16 15:52:34 +11:00
2026-01-16 15:52:34 +11:00
2026-01-16 15:52:34 +11:00
2026-01-16 16:21:02 +11:00
2025-08-29 12:03:04 +10:00
2026-01-16 15:52:34 +11:00
2025-08-29 12:03:04 +10:00
2025-08-29 12:03:04 +10:00
2026-01-16 15:52:34 +11:00

Liam Pietralla Porfolio

The portfolio is built using Next.JS and Payload CMS. Payload is running directly in the Next app, and can be accessed by appending /admin to the route.

Development

To develop the application use pnpm to install the dependencies:

pnpm install

Once downloaded you can use pnpm to run the project:

pnpm dev

Payload CMS

Payload will require rebuilding on the types file once any changes are made:

pnpm run payload:generate:types

In local mode payload will apply any changes to the config to the database automatically. To generate a migration once changes are made, you can use the following command:

pnpm run payload:migrate:create

Deploying

Deploying the portfolio is done as a docker container. It can be built with the following command:

docker build --add-host=host.docker.internal:host-gateway --build-arg HOST_GATEWAY=host.docker.internal -t liam-portfolio .

NOTE: Ensure a .env exists with the correct environment variables, including the DATABASE_URL and PAYLOAD_SECRET.

Running the Container

Once the container is built, you can run it with the following command:

docker run -p 3000:3000 -v liam-portfolio-data:/app/portfolio-data -e PAYLOAD_SECRET=your_secret liam-portfolio
Description
Portfolio website for https://liampietralla.com
Readme 454 KiB
Languages
TypeScript 88.3%
HCL 4.5%
Dockerfile 3.9%
JavaScript 2.4%
CSS 0.9%