meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:sw:openproject:package_to_docker [2026/06/29 17:34] – niziak | linux:sw:openproject:package_to_docker [2026/06/30 11:46] (current) – niziak | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Migrate packaged installation to docker compose. | Migrate packaged installation to docker compose. | ||
| + | |||
| + | WHY: | ||
| + | * it will be only official supported method in future (until current distros reaches EOL) | ||
| + | * it can be scaled easily (i.e. docker swarm) | ||
| + | * easier migration to another machine | ||
| References: | References: | ||
| Line 8: | Line 13: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| ===== setup docker compose ===== | ===== setup docker compose ===== | ||
| Line 74: | Line 82: | ||
| chown -R 1000:1000 / | chown -R 1000:1000 / | ||
| </ | </ | ||
| + | |||
| + | ====== Inbound emails ====== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ====== Outbound mails ====== | ||
| + | |||
| + | References: | ||
| + | * [[https:// | ||
| + | |||
| + | References to do: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | Verify what final docker compose envs looks like with command: | ||
| + | <code bash> | ||
| + | docker compose config | ||
| + | </ | ||
| + | |||
| + | There are issues with passing SMTP related env to OP: | ||
| + | |||
| + | * [[https:// | ||
| + | * | ||
| + | |||
| + | Using postfix relay on local host. | ||