https://github.com/continuouspipe/flex
Automated Docker configuration for your Symfony application
https://github.com/continuouspipe/flex
Last synced: 29 days ago
JSON representation
Automated Docker configuration for your Symfony application
- Host: GitHub
- URL: https://github.com/continuouspipe/flex
- Owner: continuouspipe
- License: apache-2.0
- Created: 2017-07-27T09:10:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T09:12:31.000Z (almost 8 years ago)
- Last Synced: 2025-05-30T22:07:35.413Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ContinuousPipe Flex
Generates the Docker, DockerCompose and ContinuousPipe configuration automatically for you.
## Applications
The aim is to support various applications, the current support is limited to these type of application:
- Symfony 3.4/4.0
## How to use it?
This can be used locally on your own project and can be activated in ContinuousPipe to create the configuration on the fly.
### Command line
```
composer req continuous-pipe/flex
```
```
bin/console generate:configuration
```
### In ContinuousPipe
Go in "Features" and activate "Flex".