provider:
  name: faas
  gateway: http://192.168.178.21:8080

functions:
  processimages:
    lang: python
    handler: ./processimages
    image: processimages
    environment:
      minio_hostname: "192.168.178.21:9000"
      minio_access_key: "68L8DJU1TKT8YBGI2GX5"
      minio_secret_key: "ufUVWIbXZTb7oeJRg+VS7YWI5NuzKrefhgGVC3hP"
      write_debug: true

  convertbw:
    skip_build: true
    image: functions/resizer:latest
    fprocess: "convert - -colorspace Gray fd:1"
