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