phalcon-microservices
Little demo project that build with two Phalcon modules and docker compose.
Installation Guide
- Run
composer install
in folders of every project. Best practise is not pushingcomposer
in the docker image, so you should run it manually.
cd /<project>/site/data
composer install
cd /<project>/users/data
composer install
- Then run
docker-compose up --build
- Project will be available at
127.0.0.1:80
, available route is127.0.0.1:80/auth/signin