Check out the post.
-
Fork/Clone
-
Create an IAM group with the
AmazonS3FullAccess
policy, create an IAM user and add the user to the group, create an S3 bucket. Update the following environment variables on the docker-compose.yml file:- AWS_ACCESS_KEY_ID=UPDATE_ME
- AWS_SECRET_ACCESS_KEY=UPDATE_ME
- AWS_STORAGE_BUCKET_NAME=UPDATE_ME
-
Build the images and run the containers:
$ docker-compose up -d --build
-
Test it out at http://localhost:1337