mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
docs(readme): update description, add sections to README.md
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user