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
- Host: GitHub
- URL: https://github.com/mctekk/docker-phalcon
- Owner: mctekk
- Created: 2019-03-30T18:21:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T01:30:42.000Z (over 2 years ago)
- Last Synced: 2025-03-23T22:13:01.895Z (about 2 months ago)
- Topics: docker, phalcon, phalcon-framework, phalcon-php, php, php74, php8, swoole, swoole-framework
- Language: Dockerfile
- Homepage:
- Size: 89.8 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`