Releases: Fiser12/PHPDDDStandar-Docker
Releases · Fiser12/PHPDDDStandar-Docker
Beta launched
This version can be used with normality in development enviroment. Since alpha I solved the problem that you cannot deploy 2 versions, dev and prod at same time. For the finished version I will do:
- Solved the bug with deploy in linux
First functional version
This version can be used with normality in development enviroment.
The primary functionality of this version
- Isolate Docker from the project
- Found the estructure in dev and in prod mode configuring all enviroments in all dependencies
- Isolate microservices with nginx
- Mysql autoconfigure when you deploy
- Hexagonal architecture is respected
- Fixed bugs in the project base (PHPDDDStandard) of Lin3s that prevented to configure the server and make it work
- Achieved the first alpha version
The objetives for the next version are.
- Finish the deploy to production
- Configure Docker with a Server (AWS for example)