Adding dev container to standardize Linux build

This commit is contained in:
Alex Lovell-Troy 2023-11-03 15:18:22 +00:00
parent 8a7c0b3085
commit 5794a42593
4 changed files with 83 additions and 0 deletions

4
.devcontainer/.env Normal file
View file

@ -0,0 +1,4 @@
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_HOSTNAME=localhost