/
githubmirror
/
joomla-cms
Обзор
Документация
Войти
/
githubmirror
/
joomla-cms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.4-dev
.devcontainer/devcontainer.json
49 строк
1 KB
Nicola Galgano
[5.4] Add Mailpit Email Testing Support to Codespaces (#46154)
15 окт 2025, 18:15
Не верифицирован
15 окт 2025, 18:15
da453a0
Код
Авторство
О чём код?
{ "name": "Joomla Dev Environment", "dockerComposeFile": "docker-compose.yml", "service": "app", "workspaceFolder": "/workspaces/joomla-cms", "features": { "ghcr.io/devcontainers/features/desktop-lite:1": {} }, "portsAttributes": { "443" : { "label": "Web Server (Joomla & phpmyadmin)", "onAutoForward": "silent" }, "6080": { "label": "Cypress GUI", "onAutoForward": "silent" }, "8025": { "label": "Mailpit Web UI", "onAutoForward": "openPreview" } }, "forwardPorts": [80, 443, 6080, 8025], "postCreateCommand": "bash ./.devcontainer/post-create.sh", "customizations": { "vscode": { "extensions": [ "xdebug.php-debug", "bmewburn.vscode-intelephense-client", "esbenp.prettier-vscode" ], "settings": { "launch": { "version": "0.2.0", "configurations": [ { "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 9003, "log": false } ] } } } }, "remoteUser": "root" }