-
-
Save theirix/e729dfd26367766754b48fc8868c3052 to your computer and use it in GitHub Desktop.
compose-cli-cluster-bug.yml
This file contains 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
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