Powered by Mintlify
Auto-generate your docs
Deploy your first Elixir application on Zerops.
Import Project
project: name: recipe-elixir services: - hostname: api type: [email protected] enableSubdomainAccess: true buildFromGit: https://github.com/zeropsio/recipe-elixir - hostname: db type: postgresql@16 mode: NON_HA
mix phx.new myapp cd myapp
zerops: - setup: web build: base: [email protected] buildCommands: - mix local.hex --force - mix local.rebar --force - mix deps.get - mix compile deployFiles: . run: start: mix phx.server ports: - port: 4000 envVariables: MIX_ENV: prod