Skip to content

Instantly share code, notes, and snippets.

@beastawakens
Last active September 26, 2019 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beastawakens/f8ea876cf22d4817c8bc0915be284cf4 to your computer and use it in GitHub Desktop.
Save beastawakens/f8ea876cf22d4817c8bc0915be284cf4 to your computer and use it in GitHub Desktop.
resources:
database:
type: postgres
options:
version: 11
redis:
type: redis
services:
app:
build: .
command: bash -c "yarn start:dev"
port: 8080
resources:
- database
- redis
environment:
- PORT=8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment