
OpenProject (Micro-services)
Open Project is project management software with a focus on sovereignty
seeder
openproject/openproject:14-slim
Just deployed
worker
openproject/openproject:14-slim
Just deployed
cron
openproject/openproject:14-slim
Just deployed
postgres
railwayapp-templates/postgres-ssl:16
Just deployed
/var/lib/postgresql/data
Memcached
memcached:latest
Just deployed
main
openproject/openproject:14-slim
Just deployed
Open Project
This templates includes Open project containers with Memecached and Postgres as Database.
Go to https://www.openproject.org/docs/installation-and-operations/installation/docker/ for additional instructions
Next steps
Some additional envs are required for persisting files and images or sending emails.
S3 Storage Config
- OPENPROJECT_ATTACHMENTS__STORAGE: "fog"
- OPENPROJECT_FOG_DIRECTORY: "«s3-bucket-name»"
- OPENPROJECT_FOG_CREDENTIALS_PROVIDER: "AWS"
- OPENPROJECT_FOG_CREDENTIALS_AWS__ACCESS__KEY__ID: "«access-key-id»"
- OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY: "«secret-access-key»"
- OPENPROJECT_FOG_CREDENTIALS_REGION: "«us-east-1»" # Must be the region that you created your bucket in
Template Content