Docker changes #31
6
auth_db.env.docker.sample
Normal file
6
auth_db.env.docker.sample
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
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}
|
Reference in New Issue
Block a user