docs(readme): update description, add sections to README.md

This commit is contained in:
Amruth Pillai
2022-03-08 14:03:09 +01:00
parent 2e288a5407
commit fc29fb8eb4
3 changed files with 43 additions and 41 deletions

View File

@ -12,6 +12,10 @@ services:
- pgdata:/var/lib/postgresql/data
server:
# Production
# image: amruthpillai/reactive-resume:server-latest
# Development
build:
context: .
dockerfile: server/Dockerfile
@ -25,6 +29,10 @@ services:
- postgres
client:
# Production
# image: amruthpillai/reactive-resume:client-latest
# Development
build:
context: .
dockerfile: client/Dockerfile