mender-deployments: command: server --automigrate volumes: - /etc/letsencrypt/live/mender-test.sotec.design/fullchain.pem:/etc/ssl/certs/storage-proxy.crt:ro environment: STORAGE_BACKEND_CERT: /etc/ssl/certs/storage-proxy.crt # access key, the same value as MINIO_ACCESS_KEY DEPLOYMENTS_AWS_AUTH_KEY: GOOG********************************************** # secret, the same valie as MINIO_SECRET_KEY DEPLOYMENTS_AWS_AUTH_SECRET: k7O1*************************************** DEPLOYMENTS_AWS_REGION: eu DEPLOYMENTS_AWS_BUCKET: test-mender-artifact-storage DEPLOYMENTS_AWS_TAG_ARTIFACT: "true" # deployments service uses signed URLs, hence it needs to access # storage-proxy using exactly the same name as devices will; if # devices will access storage using https://s3.acme.org:9000, then # set this to https://s3.acme.org:9000 DEPLOYMENTS_AWS_URI: https://storage.googleapis.com