diff --git a/zerops-project-import-production.yml b/zerops-project-import-production.yml deleted file mode 100644 index f013edf..0000000 --- a/zerops-project-import-production.yml +++ /dev/null @@ -1,32 +0,0 @@ -#yamlPreprocessor=on -project: - name: recipe-filament - tags: - - zerops-recipe - - production - -services: - - hostname: app - type: php-nginx@8.3 - buildFromGit: https://github.com/zeropsio/recipe-filament - enableSubdomainAccess: true - envSecrets: - APP_KEY: <@generateRandomString(<32>)> - APP_DEBUG: false - APP_ENV: production - - - hostname: db - type: postgresql@16 - mode: HA - priority: 10 - - - hostname: redis - type: keydb@6 - mode: HA - priority: 10 - - - hostname: storage - type: object-storage - objectStorageSize: 2 - objectStoragePolicy: public-read - priority: 10 diff --git a/zerops-project-import.yml b/zerops-project-import.yml index 5c90269..ff1359d 100644 --- a/zerops-project-import.yml +++ b/zerops-project-import.yml @@ -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: php-nginx@8.3 - buildFromGit: https://github.com/zeropsio/recipe-filament - enableSubdomainAccess: true - envSecrets: - APP_KEY: <@generateRandomString(<32>)> - APP_DEBUG: true - APP_ENV: development + services: + - hostname: app + type: php-nginx@8.3 + 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: valkey@7.2 + 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: php-apache@8.3 - 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: php-nginx@8.3 - 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 diff --git a/zerops-project-production-import.yml b/zerops-project-production-import.yml new file mode 100644 index 0000000..36010ef --- /dev/null +++ b/zerops-project-production-import.yml @@ -0,0 +1,34 @@ +#yamlPreprocessor=on + project: + name: filament-prod + corePackage: SERIOUS + tags: + - zerops-recipe + - production + + services: + - hostname: app + type: php-nginx@8.3 + 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: valkey@7.2 + mode: HA + priority: 10 + + - hostname: storage + type: object-storage + objectStorageSize: 2 + objectStoragePolicy: public-read + priority: 10