mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 18:51:32 +10:00
🚀 release v3.0.0
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user