chore: configure Gitpod
This commit is contained in:
@@ -8,7 +8,7 @@ MAIL_FROM_NAME=
|
||||
MAIL_FROM_ADDRESS=
|
||||
|
||||
# Database
|
||||
DB_HOST=mysql
|
||||
DB_HOST=localhost
|
||||
DB_USER=bigcapital
|
||||
DB_PASSWORD=bigcapital
|
||||
DB_ROOT_PASSWORD=root
|
||||
|
||||
@@ -2,8 +2,8 @@ tasks:
|
||||
- name: Init
|
||||
init: |
|
||||
pnpm install &&
|
||||
docker-compose pull &&
|
||||
cp .env.example .env &&
|
||||
docker-compose up -d &&
|
||||
pnpm run build:server &&
|
||||
node packages/server/build/commands.js system:migrate:latest
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user