Created
March 23, 2022 19:39
-
-
Save jadenlemmon/9dc28672c686ec61a2bbf8e51f7606dd to your computer and use it in GitHub Desktop.
Island List Example Voyage Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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