Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
krls2020 committed Oct 3, 2024
1 parent 2a403f1 commit c10de4f
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions zerops-project-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,16 @@ services:

- hostname: db
type: postgresql@16
mode: NON_HA
mode: HA
priority: 10

- hostname: redis
type: keydb@6
mode: NON_HA
mode: HA
priority: 10

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

- hostname: adminer
type: [email protected]
buildFromGit: https://github.com/zeropsio/recipe-adminer@main
enableSubdomainAccess: true

- hostname: storage
type: object-storage
objectStorageSize: 2
objectStoragePolicy: public-read
priority: 10

- hostname: s3browser
type: [email protected]
buildFromGit: https://github.com/zeropsio/s3browser
enableSubdomainAccess: true
envSecrets:
APP_KEY: <@generateRandomString(<32>)>

0 comments on commit c10de4f

Please sign in to comment.