mirror of
https://github.com/twofas/2fas-server.git
synced 2024-12-12 04:00:15 +01:00
2e4f34e829
* feat: create admin api Create admin api as a standalone application.
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
|