Last active
July 22, 2020 17:15
-
-
Save metcalfc/fd2737a6597a2934dd2a1059ecc3d77b to your computer and use it in GitHub Desktop.
composer-docker-ecs-compose
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:6972ee00fd35854dd2925904e23cb047faa004df27c62cba842248c7db6bd99d | |
frontend: | |
depends_on: | |
- backend | |
image: metcalfc/timestamper@sha256:49e46611d6460720282f9a1df4f418b78b453eb238e38afa1a18f05ff0691bbb | |
ports: | |
- 5000:5000 | |
x-aws-pull_credentials: arn:aws:secretsmanager:us-west-2:175142243308:secret:DockerHubAccessToken-8cRLae | |
version: '3.8' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment