Skip to content

Commit

Permalink
s3: Update to latest version with credentials
Browse files Browse the repository at this point in the history
Credentials for S3 can now be specified using the
following docker-compose based envvars:

* S3_MINIO_ACCESS_KEY
* S3_MINIO_SECRET_KEY

Connects-to: #48
Change-type: minor
Signed-off-by: Heds Simons <heds@balena.io>
  • Loading branch information
Heds Simons committed May 7, 2019
1 parent 290c90c commit 56de2d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion compose/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,13 @@ services:
s3:
extends:
file: ./common.yml
service: system
service: component
image: balena/open-balena-s3:${OPENBALENA_S3_VERSION_TAG:-master}
volumes:
- s3:/export
environment:
S3_MINIO_ACCESS_KEY: abcdef1234
S3_MINIO_SECRET_KEY: "1234567890"

redis:
extends:
Expand Down
2 changes: 1 addition & 1 deletion compose/versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export OPENBALENA_API_VERSION_TAG=v0.11.8
export OPENBALENA_DB_VERSION_TAG=v2.0.3
export OPENBALENA_REGISTRY_VERSION_TAG=v2.5.0
export OPENBALENA_S3_VERSION_TAG=v2.5.0
export OPENBALENA_S3_VERSION_TAG=v2.6.2
export OPENBALENA_VPN_VERSION_TAG=v8.10.0

0 comments on commit 56de2d2

Please sign in to comment.