-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/eb to docker #458
base: main
Are you sure you want to change the base?
Feature/eb to docker #458
Conversation
@@ -0,0 +1,288 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file accidentally added
{% for engine_key in engine_key_and_certs %} | ||
{{ engine_key.name }}: | ||
publicFile: "{{ engine_certs_dir }}/{{ engine_key.name}}.crt" | ||
privateFile: {{ engine_certs_dir}}/{{ engine_key.name }}.key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick, one is with quotes and the other without for unobvious reasons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The role now no longer executes migrations, so there needs to be some kind of other solution for migrating if this is merged. Otherwise looks good 👍
This PR transforms the VM based installation of Docker to a Docker based installation