Developer Documentation

Table of contents

💡 Press [d] to return to this table of contents at any time.

  1. Deploy Your First App
  2. Configuration Directory
    1. Structure
    2. Validation
    3. Changing Default Deployment Target
    4. Removing Defaults
  3. Deploy File Specification
    1. Example
    2. Service Attributes
      1. public
      2. type
      3. image
      4. dockerfile
      5. build_context
      6. command
      7. release_command
      8. env
      9. health_check_path
      10. volume_mount_path
      11. volume_size
      12. instance_type
      13. min_instances
      14. max_instances
      15. depends_on
      16. domains
  4. Connecting Services to Each Other
  5. Secrets
  6. Projects & Regions
    1. Creation
    2. Renaming Projects
  7. Environs
    1. Build Cache and Image Sharing
    2. Environ Names Map to Git Branch Names
    3. Continuous Integration (CI)
  8. Container Shell
    1. Connecting to Your Service Instance over SSH
    2. One Shot Commands
  9. Download & Upload Files