Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 232 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 232 Bytes

App web docker example

Build and deploy a webapp composed by 3 services using docker and docker compose.

  • api
  • gui
  • db postgres

Usage

$ docker-compose build api
$ docker-compose build gui
$ docker-compose up