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

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