mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
testing docker configs
This commit is contained in:
parent
1bb3fe5b12
commit
a850d6ff88
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Pull base image
|
# Pull base image
|
||||||
FROM public.ecr.aws/lambda/python:3.10
|
FROM lambci/lambda:build-python3.10
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
ENV PYTHONDONTWRITEBYTECODE 1
|
ENV PYTHONDONTWRITEBYTECODE 1
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ custom:
|
||||||
useDocker: true
|
useDocker: true
|
||||||
dockerSsh: true
|
dockerSsh: true
|
||||||
fileName: requirements/base.txt
|
fileName: requirements/base.txt
|
||||||
|
dockerRunCmdExtraArgs: ['--platform', 'linux/amd64']
|
||||||
customDomain:
|
customDomain:
|
||||||
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
||||||
createRoute53Record: true
|
createRoute53Record: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue