Last active
July 2, 2020 16:17
-
-
Save metcalfc/7c95a38fb8c56368ae78970802bcbc2e to your computer and use it in GitHub Desktop.
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