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

https://github.com/mctekk/docker-phalcon

PHP-FPM (7.4 , 8.0) with PhalconPHP + Swoole and all the necessary libs to work with our Kanvas Ecosystem
https://github.com/mctekk/docker-phalcon

docker phalcon phalcon-framework phalcon-php php php74 php8 swoole swoole-framework

Last synced: about 1 month ago
JSON representation

PHP-FPM (7.4 , 8.0) with PhalconPHP + Swoole and all the necessary libs to work with our Kanvas Ecosystem

Awesome Lists containing this project

README

        

# docker-phalcon
Centos 7.x , PHP-FPM with PhalconPHP and all the neccesary libs to work with our baka packages

# running it
To run you development enviorment you just need to run

`docker-compose up --build`

# getting you container information
if you know a little bit about docker , you know that in oder to get the info you need to run

`docker container list`

or

`docker-compose ps`

# how do I get into any of the container ssh or mysql?
you will need to run the following command

`docker-compose exec -it {container name} sh`

example

`docker-compose exec mysql mysql -u root -p`

`docker-compose exec baka sh`