OpenProject
OpenProject can be installed on-premises in Docker, having full control and 100% data ownership. You know where your data is stored and what happens to it, without external influence.
Your base for classic, agile or hybrid project management
Docker-Compose.yml
--- version: 2 volumes: OPConfig: OPAssets: services: openproject: image: op...
Notes
# use this command in a linux ssh to generate a secret for the environmental variable:# head /dev...
Quick Deploy Docker Compose
version: '3.3' services: community: ports: - '8080:80' environment: -...