Sign inSign up

overops/storage-server-s3

By overops

•Updated over 5 years ago

OverOps Storage Server for Amazon S3

Image
0

10K+

overops/storage-server-s3 repository overview

⁠OverOps Storage Server

OverOps analyzes your application in real-time, providing code-level insights in QA, Staging and Production. Monitor your applications, not your logs. Visit overops.com⁠ to learn more.

⁠Run the Storage Server

  1. Create a private folder

  2. In the private folder, create the file settings.yaml based on this example⁠. Set the bucket name and folder to use. Set access key and secret key, or leave blank if attaching an IAM role.

    s3Fs:
      bucket: <BUCKET_NAME>
      pathPrefix: <FOLDER_IN_BUCKET>
      credentials:
        accessKey: <AWS_ACCESS_KEY>
        secretKey: <AWS_SECRET_KEY>
    
  3. Run the overops/storage-server-s3 container

    docker run -d -p 8080:8080 \
    --mount type=bind,source="$(pwd)"/private,target=/opt/takipi-storage/private \ 
    overops/storage-server-s3
    
  4. Verify connectivity on https://app.overops.com/⁠ in your browser

⁠Rootless

All published images are now "rootless." Images are now using the base image openjdk:8-jre-slim and running with user ID 1000 and group ID 1000 instead of the root user. The rootless tag is no longer used for future releases.

Tag summary

Content type

Image

Digest

Size

95 MB

Last updated

over 5 years ago

docker pull overops/storage-server-s3