Why are we still releasing features like its the dot-com era.
Review your features collaboratively with Voyage.
# .voyage/config.yml
services:
app:
context: ./
primary: true
exposePort: 3000
environment:
- name: APP_ENV
value: 'voyage'
database:
image: postgres:13
environment:
- name: POSTGRES_USER
value: 'voyage'