yiisoft / yii2-docker

Official Docker images suitable for Yii 2.0
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
384 stars 202 forks source link

Usage of this docker with existing yii2 project? #159

Closed dadinugroho closed 1 year ago

dadinugroho commented 1 year ago

I have an existing yii2 project, providing Backend Services to an angular Frontend. Is that possible to use this yii2-docker to run my existing project? I am thinking of creating a parent folder or put my project folder inside this yii2-docker.

I am new to docker, can anyone help with some guidance to do this?

My reason to use this yii2-docker is the integration of XDEBUG and if I am correct, I can use this docker on production level as well?

Thank you in advance.

samdark commented 1 year ago

Yes, it's fine for both development and production but, I'm afraid it will be not that easy to integrate it w/o knowing the Docker itself.

dadinugroho commented 1 year ago

Thank you @samdark is there any guidance on how can I make the project accessible from the docker?

samdark commented 1 year ago
dadinugroho commented 1 year ago

Thank you @samdark