Skip to content

Commit

Permalink
Merge pull request #1687 from doccano/enhancement/cloudFormation
Browse files Browse the repository at this point in the history
Fix the path of docker-compose.prod.yml in CloudFormation template
  • Loading branch information
Hironsan committed Feb 16, 2022
2 parents 33a5544 + caa895c commit eea398a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/aws/template.aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ Resources:
yum install -y git
git clone https://github.com/doccano/doccano.git
cd doccano
cp config/.env.example .env
cp docker/.env.example .env
sed -i s/admin/${Username}/g .env
sed -i s/password/${Password}/g .env
docker-compose -f docker-compose.prod.yml up -d
docker-compose -f docker/docker-compose.prod.yml up -d
Tags:
- Key: Name
Value: doccano
Expand Down

0 comments on commit eea398a

Please sign in to comment.