Add Hasura and dockerify dev env
This commit is contained in:
3
infra/dev/postgres/Dockerfile
Normal file
3
infra/dev/postgres/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM postgres:13.7 as postgres
|
||||
|
||||
COPY init.sql /docker-entrypoint-initdb.d/
|
||||
2
infra/dev/postgres/init.sql
Normal file
2
infra/dev/postgres/init.sql
Normal file
@ -0,0 +1,2 @@
|
||||
CREATE DATABASE twenty;
|
||||
CREATE DATABASE hasura;
|
||||
Reference in New Issue
Block a user