mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
c964a17f47
* Add gitpod yml * Fix typo * Add docker compose * Fix docker compose and make gitpod add a comment to the PR * Add missing commands
10 lines
287 B
YAML
10 lines
287 B
YAML
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 |