mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 00:46:03 +03:00
[GH-ISSUE #3892] docker compose up fails to bring up modoboa #1929
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1929
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @danielfdickinson on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3892
So, I finally got time to test the fix for https://github.com/modoboa/modoboa/issues/3821, but have run into an issue with the docker containers.
Impacted versions
Steps to reproduce
git clone https://github.com/modoboa/modoboa.gittouch test_project/envfiledocker compose upCurrent behavior
Modoboa fails to come up, with:
Expected behavior
Modoboa starts in Docker containers.
@tonioo commented on GitHub (Feb 3, 2026):
@danielfdickinson Could you try with the PR I created?
@kryskool commented on GitHub (Feb 5, 2026):
Fix available on main branch (commit 0cc5bea70bc2e2ac64bde6f60360613001f6d86d ), @danielfdickinson can you retry ?
@danielfdickinson commented on GitHub (Feb 17, 2026):
I confirm the issue described above is fixed. The container got a lot further (after a significant amount time, of course), and successfully built modoboa. However it now fails to bring up the redis container, with this note:
radicale container came up, but the policyd, rq, api-unsecured, and rq-scheduler containers all complained. (I can post those logs if you wish).
They all have this complaint:
@kryskool commented on GitHub (Feb 18, 2026):
Hi @danielfdickinson
Thanks for the confirmation, i see pip-tools is compatible with pip 26,
For your problem with redis container, can you post more logfiles ?
@danielfdickinson commented on GitHub (Feb 19, 2026):
Here is the result with the 'unqualified registries' error resolved (that was a configuration issue), but not a full rebuild. Will try that next.
Using podman for this test - original report was using docker-ce, but I do not currently have an available test instance with docker-ce.
@danielfdickinson commented on GitHub (Feb 19, 2026):
Ok, I've done a full rebuild. For the
rediscontainer there was the following error message:I am attaching the full docker-compose up output in case you need that as well.
modoboa-up.log