apparently you *do* need additional arguments here #18
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
oeng/funkwhale-chart!18
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-gunicorn-again"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
while perusing their repo further I found this:
https://dev.funkwhale.audio/funkwhale/funkwhale/-/blob/develop/deploy/funkwhale-server.service?ref_type=heads
and I think we need these extra args. This really got to me, because if you've seen my tiny-personal-website, I use gunicorn there and it always requires either additional env vars or additional args, but their docker compose example doesn't have either of those, so I had to do a bit more searching.
This should at least let this container finally run without immediately crashing.