Deploy a simple Remix Node.js app to Zerops

Step 1

Open Zerops Dashboard and locate the Import Project button on the left sidebar

Step 2

Copy & paste the YAML setup below and confirm

project:
  name: zerops-remix

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

Join Zerops Discord community

Powered by Zerops.io