nermalcat69 / zerops-nitrojs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zerops + Nitro

Header Image

A Nitro example for Zerops that you can deploy in 2 steps on zerops.

Features

Instructions to Deploy on Zerops

  1. Navigate to the Zerops Dashboard and locate the import project button on the sidebar.

  2. Paste the Project Yaml

project:
  name: zerops-nitro

services:
  - hostname: nitrojs
    type: nodejs@20
    buildFromGit: https://github.com/fxck/zerops-nitrojs
    ports:
      - port: 3000
        httpSupport: true
    enableSubdomainAccess: true
    minContainers: 1

If you still find yourself stuck in the process join our Discord community.

About


Languages

Language:TypeScript 100.0%