From aa7b96a140f7efeed778b4213f716fd4002d8c2f Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 13 Apr 2025 12:37:31 -0400 Subject: [PATCH] Added README --- READEME.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 READEME.md diff --git a/READEME.md b/READEME.md new file mode 100644 index 0000000..621af30 --- /dev/null +++ b/READEME.md @@ -0,0 +1,21 @@ + + +# Getting started +Take notice of the .env.sample files and create copies without the .sample in the name. + +`.env.sample` -> `.env` +`auth_db.env.sample` -> `auth_db.env` + +Ensure that all variables are populated and is correct. + +## Docker + +Build the images +``` +docker compose build --ssh default auth_api +``` + +Bring it up +``` +docker compose up -d --force-recreate auth_api +``` \ No newline at end of file