mirror of
https://github.com/twofas/2fas-server.git
synced 2024-12-12 12:09:56 +01:00
9 lines
224 B
YAML
9 lines
224 B
YAML
version: 0.0
|
|
Resources:
|
|
- TargetService:
|
|
Type: AWS::ECS::Service
|
|
Properties:
|
|
TaskDefinition: <TASK_DEFINITION>
|
|
LoadBalancerInfo:
|
|
ContainerName: "2fas-api"
|
|
ContainerPort: 8082 |