mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
13 lines
No EOL
359 B
YAML
13 lines
No EOL
359 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
pashub-fetcher-lambda:
|
|
build:
|
|
context: ../../../
|
|
dockerfile: backend/pashub_fetcher/handler/Dockerfile
|
|
entrypoint: ["/usr/local/bin/aws-lambda-rie", "python", "-m", "awslambdaric"]
|
|
command: ["backend.pashub_fetcher.handler.handler.handler"]
|
|
ports:
|
|
- "9000:8080"
|
|
env_file:
|
|
- ../../../.env |