mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Add gitpod yml (#2915)
* Add gitpod yml * Fix typo * Add docker compose * Fix docker compose and make gitpod add a comment to the PR * Add missing commands
This commit is contained in:
parent
d1dcc0e78a
commit
c964a17f47
1 changed files with 10 additions and 0 deletions
10
.gitpod.yml
Normal file
10
.gitpod.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue