opnform/vapor.yml

43 lines
1.1 KiB
YAML
Raw Normal View History

2022-09-20 19:59:52 +00:00
id: 34225
name: OpnForm
ignore:
- storage/clockwork
- storage/logs
- client
2022-09-20 19:59:52 +00:00
environments:
2024-01-15 11:26:22 +00:00
api-production:
warm: 5
memory: 1024
cli-memory: 512
cli-timeout: 900
runtime: 'php-8.2:al2-arm'
storage: opnforms-prod
database: JuPersoDb
2024-01-15 10:28:43 +00:00
domain: api.opnform.com
build:
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
- 'php artisan event:cache'
- 'php artisan disposable:update'
deploy:
- 'php artisan migrate --force'
firewall:
rate-limit: 1000
timeout: 30
2024-01-15 11:26:22 +00:00
api-staging:
memory: 1024
cli-memory: 512
cli-timeout: 900
runtime: 'php-8.2:al2-arm'
storage: opnforms-staging
database: JuPersoDb
domain: api.stg.opnform.com
build:
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
- 'php artisan event:cache'
- 'php artisan disposable:update'
deploy:
- 'php artisan migrate --force'
firewall:
rate-limit: 1000
timeout: 30