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