feat: uffizzi integration

This commit is contained in:
Aramayis 2022-10-18 20:55:25 +04:00
parent 0cb14f3f6c
commit 5869439769
2 changed files with 47 additions and 0 deletions

3
uffizzi/DockerfileDB Normal file
View file

@ -0,0 +1,3 @@
FROM postgres:12-alpine
COPY ./sql/schema.postgresql.sql /docker-entrypoint-initdb.d/schema.postgresql.sql