From c1ddf7f66797a95a9b1119f311d60557af7a8843 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Wed, 23 Jun 2021 10:55:22 -0500 Subject: [PATCH] Add production warning --- docker/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/README.md b/docker/README.md index 809a150d86..747db22143 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,5 +1,9 @@ # Docker Compose files +*** +:warning: **NOT PRODUCTION READY** The below Docker Compose resources are not guaranteed "production ready" at this time. They have been built for development/testing only. Therefore, DSpace Docker images may not be fully secured or up-to-date. While you are welcome to base your own images on these DSpace images/resources, these should not be used "as is" in any production scenario. +*** + ## docker directory - docker-compose.yml - Starts DSpace Angular with Docker Compose from the current branch. This file assumes that a DSpace 7 REST instance will also be started in Docker.