mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-08 19:13:11 -04:00
Added in a .env.example file.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
POSTGRES_USER=user
|
||||
POSTGRES_PASSWORD=password
|
||||
POSTGRES_DB=mydb
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
@@ -9,6 +9,7 @@ services:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
ENVIRONMENT: production
|
||||
POSTGRES_HOST: postgres
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user