4 Star 3 Fork 5

Gitee 极速下载 / Mautic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/mautic/mautic
克隆/下载
.gitpod.yml 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
Lenon Leite 提交于 2023-04-21 00:55 . default env value with APP_ENV=prod
# Docker image
image:
file: .gitpod.Dockerfile
# ddev and composer are running as part of the prebuild
# when starting a workspace all docker images are ready
tasks:
- name: Startup
- command: |
bash .ddev/gitpod-setup-ddev.sh
gp ports await 8080 && gp preview $(gp url 8080)
# VScode xdebug extension
vscode:
extensions:
- felixfbecker.php-debug
- bmewburn.vscode-intelephense-client
- ziyasal.vscode-open-in-github
ports:
# Ddev db port
- port: 3306
onOpen: ignore
# phpmyadmin https port
- port: 8027
onOpen: ignore
# mailhog https port
- port: 8036
onOpen: ignore
# Main web port
- port: 8080
onOpen: ignore
visibility: public
# router https port that we're ignoring.
- port: 8443
onOpen: ignore
# xdebug port
- port: 9000
onOpen: ignore
github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: false
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: false
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: true
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: false
PHP
1
https://gitee.com/mirrors/Mautic.git
git@gitee.com:mirrors/Mautic.git
mirrors
Mautic
Mautic
5.x

搜索帮助

53164aa7 5694891 3bd8fe86 5694891