Skip to content

Add Configuration for Docker Dev Environment#211

Draft
betsyecastro wants to merge 7 commits intodevelopfrom
add-docker-configuration
Draft

Add Configuration for Docker Dev Environment#211
betsyecastro wants to merge 7 commits intodevelopfrom
add-docker-configuration

Conversation

@betsyecastro
Copy link
Contributor

@betsyecastro betsyecastro commented Jan 21, 2026

Adds Docker configuration for docker-dev containerized services stack integration.

Includes:

  • localdev-shared-services network setup to connect to Redis and MySQL services.
  • nginx-proxy network setup for proxy server.
  • .docker/ directory with Apache and PHP configurations.
  • Xdebug and ImageMagick extensions available in the PHP container for local development.
  • Browsershot for PDF downloads.
  • Mail catcher setup.

CONTAINER_ENV=local
APP_ADDRESS="profiles.test"
DB_HOST=db
DB_PASSWORD=

@betsyecastro betsyecastro self-assigned this Jan 21, 2026
@betsyecastro betsyecastro added the 🔧 env-changes Requires .env changes label Jan 21, 2026
@betsyecastro
Copy link
Contributor Author

Mailpit working.
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔧 env-changes Requires .env changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments