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