Skip to content

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

License

Notifications You must be signed in to change notification settings

SourceCodeOER/miscellaneous

Repository files navigation

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