meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:sw:openproject:package_to_docker [2026/06/30 11:29] – 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 80: | Line 88: | ||
| ====== Outbound mails ====== | ====== 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. | Using postfix relay on local host. | ||