fix: setup-postgres-macos.sh (#2575)

* fix: setup-postgres-macos.sh

* Provide intel, arm mac os scripts

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Kanav Arora
2023-11-29 00:02:27 +05:30
committed by GitHub
parent 74e2464939
commit 9e9e1940f9
4 changed files with 122 additions and 15 deletions

View File

@ -14,8 +14,11 @@ provision-postgres-docker:
@docker volume rm twenty_db_data || true
@docker compose up --build postgres -d
provision-postgres-macos:
sh ./scripts/setup-postgres-macos.sh
provision-postgres-macos-arm:
sh ./scripts/setup-postgres-macos-arm.sh
provision-postgres-macos-intel:
sh ./scripts/setup-postgres-macos-intel.sh
provision-postgres-linux:
sh ./scripts/setup-postgres-linux.sh