Skip to content

Instantly share code, notes, and snippets.

@thsig
Created April 5, 2019 14:40
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 thsig/2c759d9e1b8d2b57882131c79f569ac8 to your computer and use it in GitHub Desktop.
Save thsig/2c759d9e1b8d2b57882131c79f569ac8 to your computer and use it in GitHub Desktop.
Rails example - service config for frontend
services:
- name: frontend
ports:
- name: http # Maps 80 to 3000.
containerPort: 3000
ingresses:
- path: /
port: http
hostname: vote-rails.local.app.garden
dependencies:
- db-migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment