mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
docker compose for running lambdas locally
This commit is contained in:
parent
97a75191eb
commit
f7fe7132c7
1 changed files with 11 additions and 0 deletions
11
backend/docker-compose-local-lambdas.yml
Normal file
11
backend/docker-compose-local-lambdas.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: "3.9"
|
||||
|
||||
services:
|
||||
lambda:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: backend/categorisation/handler/Dockerfile
|
||||
ports:
|
||||
- "9000:8080"
|
||||
env_file:
|
||||
- ../.env
|
||||
Loading…
Add table
Reference in a new issue