mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #652 from Hestia-Homes/portfolio-diagnostics
specify runtime in sls
This commit is contained in:
commit
f6b912fe86
1 changed files with 5 additions and 3 deletions
|
|
@ -35,9 +35,11 @@ plugins:
|
|||
- serverless-domain-manager
|
||||
|
||||
custom:
|
||||
pythonRequirements:
|
||||
fileName: backend/app/requirements/requirements.txt
|
||||
dockerizePip: true
|
||||
custom:
|
||||
pythonRequirements:
|
||||
fileName: backend/app/requirements/requirements.txt
|
||||
dockerizePip: true
|
||||
pythonBin: python3.11
|
||||
customDomain:
|
||||
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
||||
createRoute53Record: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue