Replies: 3 comments 16 replies
-
Hoo boy, that would be quite a bit of a task and involve a lot more testing to ensure everything is working as intended. I think what I could do is maybe have some checks for .env files first upon creation? @ebuttonsdude what are your thoughts on this? Is there some Docker magic that you could pull that would involve less change to the application itself? |
Beta Was this translation helpful? Give feedback.
-
I created a pull request for this: I don't think that SQL should be integrated into this as some people may want to use a hosted database. You should be able to simply add mariadb into a docker-compose script and have it start up before the API |
Beta Was this translation helpful? Give feedback.
-
Could this be a DB Connection issue?
|
Beta Was this translation helpful? Give feedback.
-
When I setup this using docker I found it very unhelpful I had to build it myself after having to put everything in a config file instead of just using
docker pull
to pull this from Docker Hub or GH Packages and then using ENVs to configure.Would it be possible to rewrite this to use ENVs for easier setup and administration?
Beta Was this translation helpful? Give feedback.
All reactions