Releases: vfalies/EnvDev
Releases · vfalies/EnvDev
3.1
3.0
[3.0]
Added
- Create one environment file by container
- Add profile creation by make command
- Add profile running by make command
- Add node base
- Add PHP or Node base profile creation
- Home is now a separated container
- Homepage is launch in default browser at the end of the servers running
- Stop action launching at the end of each run action
Changed
- Update docker compose file to 3.6 version
- Explode docker compose files in multiple files
- Update default redis version container
- Move volume in dedicated services
- Refactoring default profile
2.5
[2.5] - 2020-01-04
Changed
- Change default version of PHP in
.env.dist
file from 7.3 FPM to 7.4 FPM - Change License date
- Update README
- Rebuild home interface
- Remove orphans containers when restart/stop action used by makefile
Added
- Add static IP to all containers
- Add new environment variables in
.env.dist
file (for static IP)
2.4
2.3
[2.3] - 2018-08-07
Changed
- Change default version of PHP in
.env.dist
file from 7.2 FPM alpine to 7.2 FPM - Change License date
- Update README
- Move PHP FileMatch from Apache VHost configuration to generic Apache configuration
- Refactoring documentation in multiple files
Added
- Add JS Tools : NodeJS, Npm, Grunt, Gulp, Yarn
- Add Bash in alpine versions
- Add PHP wrapper
- Add Node wrapper
- Add Git wrapper
- Add Composer wrapper
- Add Grunt wrapper
- Add Gulp wrapper
- Add Npm wrapper
- Add Yarn wrapper
- Add Typescript wrapper
- Create a docker
vfac
network - Fix image versions from
.env
configuration file (Database, Web server, Cache server, Database admin) - Add customization of projects path in container from
.env
file
2.2.1
2.2
2.1.1
2.1
[2.1] - 2018-04-05
Added
- Share git config & ssh keys
- Add
envdev
vhost configuration for Apache & Nginx - Rename
projects
directory tohome
- Add ``.env.dist` configuration example
- Add Makefile
- Use current UID & GID in container
- Add Make action "stop" to stop all containers
- Add Make action "homepage" to open envdev.localhost in default browser
Changed
- Rename conf/apache/vhost directory to conf/apache/vhosts
- Update working directory for PHP container
- Change PHP image
- Refactoring Home page
- Set docker-compose make action with detached mode
Deleted
- Remove NodeJs container (already include in PHP image)