Skip to content

Commit

Permalink
Add gitpod yml (#2915)
Browse files Browse the repository at this point in the history
* Add gitpod yml

* Fix typo

* Add docker compose

* Fix docker compose and make gitpod add a comment to the PR

* Add missing commands
  • Loading branch information
chiiph authored Nov 19, 2021
1 parent d1dcc0e commit c964a17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
tasks:
- init: make deps generate && make build && docker-compose up -d redis mysql mailhog saml_idp && ./build/fleet prepare db --dev
command: ./build/fleet serve --dev
ports:
- port: 8080
onOpen: open-browser
visibility: public
github:
prebuilds:
addComment: true

1 comment on commit c964a17

@vercel
Copy link

@vercel vercel bot commented on c964a17 Nov 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.