Skip to content

Instantly share code, notes, and snippets.

@jadenlemmon
Created March 23, 2022 19:39
Show Gist options
  • Save jadenlemmon/9dc28672c686ec61a2bbf8e51f7606dd to your computer and use it in GitHub Desktop.
Save jadenlemmon/9dc28672c686ec61a2bbf8e51f7606dd to your computer and use it in GitHub Desktop.
Island List Example Voyage Config
# .voyage/config.yml
services:
app:
context: ./
primary: true
exposePort: 5000
environment:
- name: APP_ENV
value: voyage
- name: DB_HOST
value: "127.0.0.1"
database:
image: voyageapp/postgres:14.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment