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