From 2a1b5e0154388e130f936b463f4c4a2f62a4d674 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 23 Feb 2021 09:46:07 +0100 Subject: [PATCH] docs: add hardware requirements to docker-compose --- website/docs/installation/docker-compose.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index 982978a79..be3dc42d4 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -4,10 +4,11 @@ title: docker-compose installation This installation method is for test-setups and small-scale productive setups. -## Prerequisites +## Requirements -- docker -- docker-compose +- A Linux host with at least 2 CPU cores and 4 GB of RAM. +- docker +- docker-compose ## Preparation @@ -59,10 +60,6 @@ docker-compose run --rm server migrate The compose file statically references the latest version available at the time of downloading, which can be overridden with the `SERVER_TAG` environment variable. -If you plan to use this setup for production, it is also advised to change the PostgreSQL password by setting `PG_PASS` to a password of your choice. - -Now you can pull the Docker images needed by running `docker-compose pull`. After this has finished, run `docker-compose up -d` to start authentik. - authentik will then be reachable HTTPS on port 443. You can optionally configure the packaged traefik to use Let's Encrypt certificates for TLS Encryption. The initial setup process also creates a default admin user, the username and password for which is `akadmin`. It is highly recommended to change this password as soon as you log in.