With S3 Storage

This is similar to Without Authentication, except it uses an S3-compatible storage backend, rather than local storage. Note that doing so requires more complex configuration than is allowed through environment variables, so we create a custom settings.yml file that is copied into the Bag Database’s container that is used to configure the storage.

To use this example, follow theese steps.

  1. Copy the contents of this configuration into a file named settings.yml
  2. Place this Docker Compose configuration into a file named docker-compose.yml in the same directory as your settings.yml file.
  3. With both of those files in the same directory, run:
      docker-compose up
    

After everything has started, you should be able to access your server at http://server_ip:8080/ .