Powered by Mintlify
Auto-generate your docs
Deploy your first Gleam application on Zerops.
Import Project
project: name: recipe-gleam services: - hostname: api type: [email protected] enableSubdomainAccess: true buildFromGit: https://github.com/zeropsio/recipe-gleam - hostname: db type: postgresql@16 mode: NON_HA
gleam new myapp cd myapp
zerops: - setup: api build: base: [email protected] buildCommands: - gleam build deployFiles: - build run: start: gleam run ports: - port: 3000