mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Adding dev container to standardize Linux build
This commit is contained in:
parent
8a7c0b3085
commit
5794a42593
4 changed files with 83 additions and 0 deletions
4
.devcontainer/.env
Normal file
4
.devcontainer/.env
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=postgres
|
||||
POSTGRES_HOSTNAME=localhost
|
||||
Loading…
Add table
Add a link
Reference in a new issue