### init db with coturn schema
FROM postgres

ADD schema.sql /docker-entrypoint-initdb.d
