Content
View differences
Updated by Flemming Hansen about 8 years ago
Not sure where to ask about this, so thought I’d try here frist;
\`\`\`
docker run —rm -d -p 8080:80 —name openproject \\
\-e SECRET\_KEY\_BASE=trallalaX2 \\
\-e EMAIL\_DELIVERY\_METHOD=smtp \\
\-e SMTP\_ADDRESS=smtp.mailgun.org \\
\-e SMTP\_PORT=587 \\
\-e SMTP\_DOMAIN=intergate.io \\
\-e SMTP\_AUTHENTICATION=plain \\
\-e SMTP\_USER\_NAME=openproject \\
\-e SMTP\_PASSWORD=trallala \\
\-e SMTP\_ENABLE\_STARTTLS\_AUTO=true \\
\-v /var/lib/openproject/pgdata:/var/lib/postgresql/9.6/main \\
\-v /var/lib/openproject/logs:/var/log/supervisor \\
\-v /var/lib/openproject/static:/var/db/openproject \\
openproject/community:7
\`\`\`
Sort of gets me halfway there, as the web UI gives an error as attached image.
\-So where do I start bug-hunting for the provided Error ID? I have started out with the \`https://www.openproject.org/docker/\` page, and have branched out from there, but no luck.
The problem is that I have limited experience with Docker, and for both that and OP the amount of documentation is overwhelming, and Googling “Open Project docker error ” is, well, futile =)
This is what I have so far;
1\. The \`Error ID\` from the web UI, but this is a 500, so I need the logs that support it…
2\. The \`docker logs openproject\` printout (attached) suggests it might be \`postfix\`’ fault, but I thought passing smtp credentials would override that?
I understand that this might be an edgecase, so thanks for any time and pointers\!
Please ask if you need more details on setup/versions.
Cheers\!
\`\`\`
docker run —rm -d -p 8080:80 —name openproject \\
\-e SECRET\_KEY\_BASE=trallalaX2 \\
\-e EMAIL\_DELIVERY\_METHOD=smtp \\
\-e SMTP\_ADDRESS=smtp.mailgun.org \\
\-e SMTP\_PORT=587 \\
\-e SMTP\_DOMAIN=intergate.io \\
\-e SMTP\_AUTHENTICATION=plain \\
\-e SMTP\_USER\_NAME=openproject \\
\-e SMTP\_PASSWORD=trallala \\
\-e SMTP\_ENABLE\_STARTTLS\_AUTO=true \\
\-v /var/lib/openproject/pgdata:/var/lib/postgresql/9.6/main \\
\-v /var/lib/openproject/logs:/var/log/supervisor \\
\-v /var/lib/openproject/static:/var/db/openproject \\
openproject/community:7
\`\`\`
Sort of gets me halfway there, as the web UI gives an error as attached image.
\-So where do I start bug-hunting for the provided Error ID? I have started out with the \`https://www.openproject.org/docker/\` page, and have branched out from there, but no luck.
The problem is that I have limited experience with Docker, and for both that and OP the amount of documentation is overwhelming, and Googling “Open Project docker error ” is, well, futile =)
This is what I have so far;
1\. The \`Error ID\` from the web UI, but this is a 500, so I need the logs that support it…
2\. The \`docker logs openproject\` printout (attached) suggests it might be \`postfix\`’ fault, but I thought passing smtp credentials would override that?
I understand that this might be an edgecase, so thanks for any time and pointers\!
Please ask if you need more details on setup/versions.
Cheers\!