Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. resources:
  2. database:
  3. type: postgres
  4. options:
  5. version: 11
  6. redis:
  7. type: redis
  8. services:
  9. app:
  10. build: .
  11. command: bash -c "yarn start:dev"
  12. port: 8080
  13. resources:
  14. - database
  15. - redis
  16. environment:
  17. - PORT=8080
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement