Skip to content

Commit

Permalink
feat(docker ec2): add construct for docker swarm on ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Dec 4, 2021
2 parents bd3cf03 + 882b62e commit 565b6a9
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 84 deletions.
1 change: 1 addition & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ export EMAIL_HOST_USER=email@gmail.com
export EMAIL_HOST_PASSWORD=email-password
export EMAIL_PORT=587
export ADMINS=email@gmail.com
export KEY_PAIR_NAME=key-pair-name
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,18 @@ This project is under active development. Here are some of the things that I'm c
- [x] Add ECS Exec for ECS construct
- [ ] Go over this Kubernetes checklist: [https://www.weave.works/blog/production-ready-checklist-kubernetes](https://www.weave.works/blog/production-ready-checklist-kubernetes)
- [ ] Add snapshot tests and refactor the application
- [ ] Add unit tests
- [ ] Add unit tests

## Issues

```
node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.version.json
```

You might need to update the version of the schema, for example:

```
This CDK CLI is not compatible with the CDK library used by your application. Please upgrade the CLI to the latest version.
(Cloud assembly schema version mismatch: Maximum schema version supported is 14.0.0, but found 15.0.0)
make: *** [docker-ec2-synth] Error 1
```
Loading

0 comments on commit 565b6a9

Please sign in to comment.