Docker related changes

This commit is contained in:
2025-04-13 14:00:30 -04:00
parent f349a2adc0
commit 9a59a0dfcc
3 changed files with 1 additions and 13 deletions

View File

@@ -1,10 +1,9 @@
# Getting started # Getting started
Take notice of the .env.sample files and create copies without the .sample in the name. Take notice of the .env.sample file and create copies without the .sample in the name.
`.env.sample` -> `.env` `.env.sample` -> `.env`
`auth_db.env.sample` -> `auth_db.env`
Ensure that all variables are populated and is correct. Ensure that all variables are populated and is correct.

View File

@@ -1,6 +0,0 @@
POSTGRES_USER=icarus_test
POSTGRES_PASSWORD=password
POSTGRES_DB=icarus_auth_test
POSTGRES_HOST=icarus_auth_ab
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB}

View File

@@ -1,5 +0,0 @@
POSTGRES_USER=icarus_test
POSTGRES_PASSWORD=password
POSTGRES_DB=icarus_auth_test
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5432/${POSTGRES_DB}