Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from cloudnautique/main
Browse files Browse the repository at this point in the history
Fix info and add icon.png
  • Loading branch information
cloudnautique authored Jan 17, 2024
2 parents 27a3f46 + 44b87da commit 33488a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Acornfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Minio"
description: "Minio is an S3 compatible object storage server"
readme: "./README.md"
info: localData.info
icon: "./icon.png"

args: bucketName: "bucket"

Expand Down Expand Up @@ -94,10 +95,15 @@ containers: app: {
image: "app-image"
consumes: ["bucket"]
env: {
AWS_ACCESS_KEY_ID: "@{service.bucket.api-key.username}"
AWS_SECRET_ACCESS_KEY: "@{service.bucket.api-key.username}"
ENDPOINT_URL: "@{service.bucket.data.proto}@{service.bucket.address}:@{service.bucket.ports.9000}"
AWS_ACCESS_KEY_ID: "@{@{service.}bucket.secrets.api-key.username}"
AWS_SECRET_ACCESS_KEY: "@{@{service.}bucket.secrets.api-key.username}"
ENDPOINT_URL: "@{@{service.}bucket.data.proto}@{@{service.}bucket.address}:@{@{service.}bucket.ports.9000}/@{@{service.}bucket.data.name}"
}
}
```

If you would like to use a standard ports for the bucket service you can use:
@{@{service.}bucket.ports.443}
@{@{service.}bucket.ports.80}

"""
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33488a3

Please sign in to comment.