chore: configure gitpod

This commit is contained in:
Ahmed Bouhuolia
2023-11-04 15:32:50 +02:00
parent 121d992b68
commit a3d9e8ef2b

15
.gitpod.yml Normal file
View File

@@ -0,0 +1,15 @@
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