Skip to content

Commit

Permalink
wip(zerops): Import script
Browse files Browse the repository at this point in the history
  • Loading branch information
mlc-mlapis committed Nov 21, 2024
1 parent 0c26417 commit eb31cd4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions zerops-project-import.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#yamlPreprocessor=on
project:
name: payload-api
tags:
- zerops-recipe
services:
- hostname: db
type: postgresql@16
mode: NON_HA
priority: 1

- hostname: storage
type: object-storage
objectStorageSize: 1
objectStoragePolicy: private
priority: 1

- hostname: mailpit
type: go@1
buildFromGit: https://github.com/zeropsio/recipe-mailpit@main
enableSubdomainAccess: true
priority: 1
maxContainers: 1

- hostname: api
type: nodejs@20
buildFromGit: https://github.com/zeropsio/recipe-payload@main
enableSubdomainAccess: true
envSecrets:
PAYLOAD_SECRET: <@generateRandomString(<24>)>
verticalAutoscaling:
minRam: 1
maxContainers: 1

0 comments on commit eb31cd4

Please sign in to comment.