An open API service indexing awesome lists of open source software.

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

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
```