Created
July 2, 2020 17:51
-
-
Save metcalfc/718b8bebb88d43db66a1a1c76e13cde0 to your computer and use it in GitHub Desktop.
composer-composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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