Docker changes #31

Merged
phoenix merged 19 commits from docker_changes into devel 2025-04-13 18:38:40 +00:00
3 changed files with 1 additions and 13 deletions
Showing only changes of commit 9a59a0dfcc - Show all commits

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}