🚀 release v3.0.0

This commit is contained in:
Amruth Pillai
2022-03-06 22:48:29 +01:00
parent 00505a9e5d
commit 9c1380f401
373 changed files with 12050 additions and 15783 deletions

View File

@ -11,33 +11,5 @@ services:
- ./scripts/database/initialize.sql:/docker-entrypoint-initdb.d/initialize.sql
- pgdata:/var/lib/postgresql/data
# Development
# app:
# build: .
# container_name: app
# links:
# - postgres
# ports:
# - 3000:3000
# - 3100:3100
# env_file: .env
# environment:
# NODE_ENV: development
# POSTGRES_HOST: postgres
# Production
app:
image: reactive-resume
container_name: app
links:
- postgres
ports:
- 3000:3000
- 3100:3100
env_file: .env
environment:
NODE_ENV: production
POSTGRES_HOST: postgres
volumes:
pgdata: