forked from JhumanJ/OpnForm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vapor.yml
44 lines (44 loc) · 1.01 KB
/
vapor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
id: 34225
name: OpnForm
ignore:
- storage/clockwork
- storage/logs
- client
environments:
api-production:
warm: 5
memory: 2048
cli-memory: 2048
cli-timeout: 900
queue-memory: 2048
queue-timeout: 900
runtime: 'php-8.2:al2-arm'
storage: opnforms-prod
database: OpnForm
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: 60
api-staging:
memory: 1024
cli-memory: 512
cli-timeout: 900
runtime: 'php-8.2:al2-arm'
storage: opnforms-staging
database: OpnForm
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: 60