OverOps Storage Server for Amazon S3
10K+
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.
Dockerfile linksCreate a private folder
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>
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
Verify connectivity on https://app.overops.com/ in your browser
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.
Content type
Image
Digest
Size
95 MB
Last updated
over 5 years ago
docker pull overops/storage-server-s3