支持Docker部署

This commit is contained in:
2022-07-10 01:20:14 +08:00
parent 25649e6280
commit 4c4ddca82b
5 changed files with 127 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
create extension pg_trgm;
EOSQL