compose/ecs/example/docker-compose.yml
Christopher Crone 52a64845c7
example: Add details and format
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-17 21:26:25 +02:00

13 lines
304 B
YAML

version: "3.8"
services:
frontend:
build: app
x-aws-pull_credentials: <<<your arn for your secret you can get with docker ecs secret list>>>
image: <<<your docker hub user name>>>/timestamper
ports:
- "5000:5000"
depends_on:
- backend
backend:
image: redis:alpine