Skip to content

Instantly share code, notes, and snippets.

@theirix
Created December 26, 2020 09:18
Show Gist options
  • Save theirix/e729dfd26367766754b48fc8868c3052 to your computer and use it in GitHub Desktop.
Save theirix/e729dfd26367766754b48fc8868c3052 to your computer and use it in GitHub Desktop.
compose-cli-cluster-bug.yml
version: '3'
services:
web:
image: nginx:stable
ports:
- "80:80"
logging:
driver: awslogs
options:
awslogs-group: monty
awslogs-region: eu-west-1
awslogs-stream-prefix: web
# ecs extentions
x-aws-loadbalancer: "arn:aws:elasticloadbalancing:eu-west-1:909329722030:loadbalancer/app/monty-alb/08b4001ded7d6e37"
x-aws-vpc: "vpc-025f5d47e9a5b8496"
x-aws-cluster: "arn:aws:ecs:eu-west-1:909329722030:cluster/monty-ecs-cluster"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment