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

[BUG] Database env var is not respected in Docker #267

Closed
PhlexPlexico opened this issue Dec 31, 2023 · 0 comments · Fixed by #273
Closed

[BUG] Database env var is not respected in Docker #267

PhlexPlexico opened this issue Dec 31, 2023 · 0 comments · Fixed by #273
Labels
bug Something isn't working

Comments

@PhlexPlexico
Copy link
Owner

Describe the bug
Reported by a user in Discord, it appears that there are still some hardcoded values in the package.json during database creation. This should be changed to be more dynamic, or fix it in the Dockerfile to ensure the right database is being set.

To Reproduce
Steps to reproduce the behavior:
Create a Docker compose file with a different database other than get5 and it will fail trying to create the database.

Expected behavior
Should create the properly named database.

@PhlexPlexico PhlexPlexico added the bug Something isn't working label Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant