Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 649 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 649 Bytes

Miscellaneous

For projets and other things that doesn't belong to others

  • sourcecode-postgres : An custom Postgresql image for our needs
  • configurations files to build the whole project (see below )

How to build project

Using Docker Compose :

For production

( Useful to get the fresh application deployed on a production server )

docker-compose -f docker-compose-prod.yml up -d

For testing

( Useful for instance to get feedbacks/reviews about the application with some real data )

docker-compose -f docker-compose-test.yml up -d