docs: add more warnings for default secrets and docker-compose (#27921)

Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
This commit is contained in:
Daniel Vaz Gaspar
2024-04-17 00:02:11 +01:00
committed by GitHub
parent 3310315d4b
commit 594e5a50a3
5 changed files with 31 additions and 0 deletions

View File

@@ -14,6 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# -----------------------------------------------------------------------
# We don't support docker-compose for production environments.
# If you choose to use this type of deployment make sure to
# create you own docker environment file (docker/.env) with your own
# unique random secure passwords and SECRET_KEY.
# -----------------------------------------------------------------------
x-superset-depends-on: &superset-depends-on
- db
- redis