Documentation
1
2
3
4
5
6
7
8
services:
  cargo-lambda:
    image: ghcr.io/cargo-lambda/cargo-lambda:1.0.0
    working_dir: /app
    volumes:
      - type: bind
        source: ./
        target: /app