Skip to content

Instantly share code, notes, and snippets.

@jadenlemmon
Last active August 13, 2021 17:54
Show Gist options
  • Save jadenlemmon/4ae434fa2970d1a6e653ea36f8d501c8 to your computer and use it in GitHub Desktop.
Save jadenlemmon/4ae434fa2970d1a6e653ea36f8d501c8 to your computer and use it in GitHub Desktop.
Shipfinder Voyage Config
services:
app:
context: ./
primary: true
exposePort: 3000
environment:
- name: APP_ENV
value: 'voyage'
- name: NODE_ENV
value: 'production'
- name: DB_HOST
value: 127.0.0.1
database:
image: postgres:13
environment:
- name: POSTGRES_USER
value: 'voyage'
- name: POSTGRES_PASSWORD
value: 'voyage'
- name: POSTGRES_DB
value: 'voyage'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment