Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 568 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 568 Bytes

Infrastructure

Deployment

# Create env file for specific environment
$ cp .env.example prod.env

# Edit env var as needed
$ vim prod.env

# Start production database instance
$ env $(cat prod.env) docker-compose -f docker-compose.yml -p <project_name> up -d

Connection Info

Production database

postgres://<username>:<password>@yeg02.pub.vfree.org:5432/postgres

Staging database

postgres://<username>:<password>@yeg02.pub.vfree.org:5433/postgres

Development database

postgres://<username>:<password>@yeg02.pub.vfree.org:5434/postgres