This add-on integrates Codex into your DDEV project.
ddev add-on get ptmkenny/ddev-codex
ddev restartAfter installation, make sure to commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev describe |
View service status and used ports for Codex |
ddev logs -s codex |
Check Codex logs |
To change the Docker image:
ddev dotenv set .ddev/.env.codex --codex-docker-image="ddev/ddev-utilities:latest"
ddev add-on get ptmkenny/ddev-codex
ddev restartMake sure to commit the .ddev/.env.codex file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
|---|---|---|
CODEX_DOCKER_IMAGE |
--codex-docker-image |
ddev/ddev-utilities:latest |
Contributed and maintained by @ptmkenny