Skip to content

Instantly share code, notes, and snippets.

@metcalfc
Created July 2, 2020 17:51
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 metcalfc/718b8bebb88d43db66a1a1c76e13cde0 to your computer and use it in GitHub Desktop.
Save metcalfc/718b8bebb88d43db66a1a1c76e13cde0 to your computer and use it in GitHub Desktop.
composer-composer
services:
backend:
image: redis@sha256:b7561e4e994ab52cb2062b9c3e943ab2af3287caf9d9aeb6719acc77013769a5
frontend:
depends_on:
- backend
image: metcalfc/myexample@sha256:82d54bfffb6f6d4e7a648b3927fc86df34217eb132ce737d1d9830d61266dcdd
ports:
- 5000:5000
version: '3.8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment