Skip to content

Instantly share code, notes, and snippets.

@metcalfc
Last active July 22, 2020 17:15
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/fd2737a6597a2934dd2a1059ecc3d77b to your computer and use it in GitHub Desktop.
Save metcalfc/fd2737a6597a2934dd2a1059ecc3d77b to your computer and use it in GitHub Desktop.
composer-docker-ecs-compose
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