Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linxlad/phalcon3-compose
https://github.com/linxlad/phalcon3-compose
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linxlad/phalcon3-compose
- Owner: linxlad
- Created: 2017-05-12T16:02:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T14:40:41.000Z (over 7 years ago)
- Last Synced: 2024-08-04T01:06:01.973Z (5 months ago)
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-phalcon - phalcon3-compose - Docker Phalcon 3 development environment (Testing)
README
# Docker Phalcon development environment
## Dependencies
- [Docker Engine ~> 1.7.1](https://docs.docker.com/installation/)
- [Docker compose ~> 1.4.2](https://docs.docker.com/compose/install/)## Usage
Place this directory in your PHP application.Set container_name for your project, it's under "db", "app". (optional)
docker-compose up -d
visit http://localhost:8080