Skip to content

Releases: Fiser12/PHPDDDStandar-Docker

Beta launched

28 Jan 13:47
8a56a90
Compare
Choose a tag to compare
Beta launched Pre-release
Pre-release

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

26 Jan 01:02
Compare
Choose a tag to compare
Pre-release

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)