From db3c7d0e995d4ad7e52c6abc3f0598c7ffaa3dde Mon Sep 17 00:00:00 2001 From: Guillaume Bourdat Date: Wed, 11 Dec 2024 16:31:17 +0100 Subject: [PATCH] Add doc for .env.sample --- deployments/docker-compose-example/.env.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployments/docker-compose-example/.env.sample b/deployments/docker-compose-example/.env.sample index cb9050c0..ad8d982f 100644 --- a/deployments/docker-compose-example/.env.sample +++ b/deployments/docker-compose-example/.env.sample @@ -18,6 +18,11 @@ BOT_AGENT_EMAIL=contact@sill.codegouv.fr DATABASE_URL=postgresql://sill:pg_password@localhost:5432/sill +# Theses variables are used by docker-compose files to create the Postgres docker +POSTGRES_DB=sill +POSTGRES_USER=sill +POSTGRES_PASSWORD=pg_password + # this is only for the script load-git-repo-in-pg.ts, not needed for api any more SILL_DATA_REPO_SSH_URL=git@github.com:codegouvfr/sill-data-test.git SILL_SSH_NAME=id_ed25519