Skip to content

Commit

Permalink
chore: update zerops configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
krls2020 committed Dec 4, 2024
1 parent 4d17176 commit b4b7c73
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 75 deletions.
32 changes: 0 additions & 32 deletions zerops-project-import-production.yml

This file was deleted.

74 changes: 31 additions & 43 deletions zerops-project-import.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,37 @@
#yamlPreprocessor=on
project:
name: recipe-filament
tags:
- zerops-recipe
- development
project:
name: filament-devel
tags:
- zerops-recipe
- development

services:
- hostname: app
type: [email protected]
buildFromGit: https://github.com/zeropsio/recipe-filament
enableSubdomainAccess: true
envSecrets:
APP_KEY: <@generateRandomString(<32>)>
APP_DEBUG: true
APP_ENV: development
services:
- hostname: app
type: [email protected]
buildFromGit: https://github.com/zeropsio/recipe-filament
enableSubdomainAccess: true
envSecrets:
APP_KEY: <@generateRandomString(<32>)>
APP_DEBUG: true
APP_ENV: development

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

- hostname: redis
type: keydb@6
mode: NON_HA
priority: 10
- hostname: redis
type: [email protected]
mode: NON_HA
priority: 10

- hostname: mailpit
type: go@1
buildFromGit: https://github.com/zeropsio/recipe-mailpit@alpha
enableSubdomainAccess: true
- hostname: mailpit
type: go@1
buildFromGit: https://github.com/zeropsio/recipe-mailpit
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>)>
- hostname: storage
type: object-storage
objectStorageSize: 2
objectStoragePolicy: public-read
priority: 10
34 changes: 34 additions & 0 deletions zerops-project-production-import.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#yamlPreprocessor=on
project:
name: filament-prod
corePackage: SERIOUS
tags:
- zerops-recipe
- production

services:
- hostname: app
type: [email protected]
buildFromGit: https://github.com/zeropsio/recipe-filament
enableSubdomainAccess: true
minContainers: 2
envSecrets:
APP_KEY: <@generateRandomString(<32>)>
APP_DEBUG: false
APP_ENV: production

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

- hostname: redis
type: [email protected]
mode: HA
priority: 10

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

0 comments on commit b4b7c73

Please sign in to comment.