https://github.com/outeredge/edge-docker-php-dev
Docker images designed for use with Gitpod / Magento development
https://github.com/outeredge/edge-docker-php-dev
Last synced: 8 months ago
JSON representation
Docker images designed for use with Gitpod / Magento development
- Host: GitHub
- URL: https://github.com/outeredge/edge-docker-php-dev
- Owner: outeredge
- Created: 2019-11-16T11:47:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T12:28:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T08:42:51.934Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# edge-docker-php-dev
PHP development image by outer/edge - plays nicely with Ona (Gitpod).
See the base image [edge-docker-php](https://github.com/outeredge/edge-docker-php) for configuration options. The following additional configuration is available with this image:
| Environment | Default | Description |
| ------------- | ------- | --- |
| NEWRELIC_LICENSE | - | New Relic license key to enable New Relic PHP agent |
| XDEBUG_ENABLE | On | Enables the Xdebug PHP extension |
| XDEBUG_HOST | - | Specify the remote host Xdebug should connect to |
When running in Ona, add the following to your `automations.yaml`:
```yml
services:
servers:
name: supervisord
description: Launches PHP, Nginx and Redis
commands:
start: /entrypoint.sh /dev.sh
triggeredBy:
- postEnvironmentStart
```