Skip to content
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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Feature/eb to docker #458

wants to merge 8 commits into from

Conversation

quartje
Copy link
Contributor

@quartje quartje commented Nov 20, 2024

This PR transforms the VM based installation of Docker to a Docker based installation

@quartje quartje requested a review from thijskh November 20, 2024 07:27
@@ -0,0 +1,288 @@
---
Copy link
Member

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
Copy link
Member

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

Copy link
Member

@thijskh thijskh left a 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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants