mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
15 lines
329 B
YAML
15 lines
329 B
YAML
tasks:
|
|
- name: Init
|
|
init: pnpm install && docker-compose pull
|
|
command: cp .env.example .env && && docker-compose up -d && pnpm run dev
|
|
|
|
ports:
|
|
- port: 4000
|
|
visibility: public
|
|
onOpen: open-browser
|
|
- port: 3000
|
|
visibility: public
|
|
onOpen: ignore
|
|
- port: 3306
|
|
visibility: public
|
|
onOpen: ignore |