docker compose for running lambdas locally

This commit is contained in:
Daniel Roth 2026-02-18 15:12:24 +00:00
parent 97a75191eb
commit f7fe7132c7

View file

@ -0,0 +1,11 @@
version: "3.9"
services:
lambda:
build:
context: ../
dockerfile: backend/categorisation/handler/Dockerfile
ports:
- "9000:8080"
env_file:
- ../.env