Advertisement
Guest User

app.json

a guest
May 26th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "project": "buildit",
  3. "services": [
  4. {
  5. "id": "frontend",
  6. "apps": [
  7. {
  8. "id": "builditfrontend",
  9. "domain": {
  10. "type": "HTTP",
  11. "uri": "$domain"
  12. },
  13. "mem": 512,
  14. "image": "gabrielo/builditapp",
  15. "instances": 1,
  16. "port_mappings": [
  17. {
  18. "container_port": 5001
  19. }
  20. ],
  21. "env": {
  22. "MESSAGE": "sloppy.io rulez!"
  23. }
  24. }
  25. ]
  26. }
  27. ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement