|
@ -95,6 +95,10 @@ Resources: |
|
|
- !Ref EMailHostPassword |
|
|
- !Ref EMailHostPassword |
|
|
- |+ |
|
|
- |+ |
|
|
|
|
|
|
|
|
|
|
|
- sudo tee -a /env.list <<< WORKERS= |
|
|
|
|
|
- !Ref WorkersCount |
|
|
|
|
|
- |+ |
|
|
|
|
|
|
|
|
- | |
|
|
- | |
|
|
sudo docker pull doccano/doccano:latest |
|
|
sudo docker pull doccano/doccano:latest |
|
|
- | |
|
|
- | |
|
@ -276,6 +280,12 @@ Parameters: |
|
|
MinLength: 1 |
|
|
MinLength: 1 |
|
|
MaxLength: 5 |
|
|
MaxLength: 5 |
|
|
AllowedPattern: '^\d+$' |
|
|
AllowedPattern: '^\d+$' |
|
|
|
|
|
WorkersCount: |
|
|
|
|
|
Description: Workers Count |
|
|
|
|
|
Type: String |
|
|
|
|
|
MinLength: 1 |
|
|
|
|
|
MaxLength: 3 |
|
|
|
|
|
AllowedPattern: '^\d+$' |
|
|
Outputs: |
|
|
Outputs: |
|
|
PublicDNS: |
|
|
PublicDNS: |
|
|
Value: !GetAtt |
|
|
Value: !GetAtt |
|
|