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

* re-added docker-compose-no-https.yml to be able to start lasius in … #8

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

toggm
Copy link
Member

@toggm toggm commented Nov 20, 2024

…production without self-signed certificate

  • cover non-https case in setup script
  • auto-generate admin password for mongodb instance

@toggm
Copy link
Member Author

toggm commented Nov 20, 2024

Related to tegonal/Lasius#36

setup.sh Outdated Show resolved Hide resolved
toggm added 2 commits December 4, 2024 14:39
…production without self-signed certificate

* cover non-https case in setup script
* auto-generate admin password for mongodb instance
@toggm toggm force-pushed the fix/start_production_with_https branch from acd538f to 5baf2b6 Compare December 4, 2024 13:39
start.sh Outdated
@@ -12,13 +12,17 @@ else
exit 1
fi

echo "Starting lasius in $mode mode..."
if [ -z "$dockerfile"]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before ], which triggers a bash error if $dockerfile is not empty. (The code is working as expected, though.)

@toggm toggm requested a review from MarcoSteinacher December 4, 2024 15:08
@toggm toggm merged commit 5b00922 into main Dec 4, 2024
@toggm toggm deleted the fix/start_production_with_https branch December 9, 2024 12:21
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