1646397537

This commit is contained in:
Amruth Pillai
2022-03-04 13:38:58 +01:00
parent 269d5206e6
commit 7c73685759
4 changed files with 24 additions and 3 deletions

View File

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