feat(docker): Build containers for Jaffle shop project

This commit is contained in:
George Myrianthous
2023-03-02 16:12:02 +00:00
parent a50f07742e
commit 3a6b8e315b
4 changed files with 152 additions and 0 deletions

12
profiles/profiles.yml Normal file
View File

@@ -0,0 +1,12 @@
jaffle_shop:
target: dev
outputs:
dev:
type: postgres
host: postgres
user: postgres
password: postgres
port: 5432
dbname: postgres
schema: public
threads: 1