Skip to content

Instantly share code, notes, and snippets.

@eliasnogueira
Created January 2, 2023 18:30
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 eliasnogueira/1ec096840d6eb0d044a9a2d3d7903f62 to your computer and use it in GitHub Desktop.
Save eliasnogueira/1ec096840d6eb0d044a9a2d3d7903f62 to your computer and use it in GitHub Desktop.
Example of a service container
jobs:
build:
runs-on: ubuntu-latest
services:
credit-api:
image: eliasnogueira/combined-credit-api:latest
ports:
- 8088:8088
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment