Commit Graph

13 Commits (bc43d34f766fdfa9c3f6dd84f756cad889b58a44)

Author SHA1 Message Date
mpeltriaux 8fc60d1bc6 Docker-compose fix
* drops local volume usage in favor of copied code into container
10 months ago
mpeltriaux 80de57a087 WIP: Docker enhancement
* reduces all needed containers into a single one
* simplifies initial startup command by adding docker-entrypoint.sh
2 years ago
mpeltriaux 7d29dddd22 WIP: Docker enhancement
* reduce containers into a single one, holding nginx + celery + redis all at once
2 years ago
mpeltriaux f50f17d593 Docker worker enhancement
* drops docker worker process in favor of background celery worker on main process
* changes uploaded files folder into host-based folder
3 years ago
mpeltriaux 3fcc438558 Revert "Revert accidental docker->master merge"
This reverts commit 49aba49406.
3 years ago
mpeltriaux 49aba49406 Revert accidental docker->master merge 3 years ago
mpeltriaux 44033c18fe # Docker
* optimizes configuration
* removes unused settings
* extends README.md with docker installation guid
3 years ago
mpeltriaux 5dae6a7b91 # Docker 3 years ago
mpeltriaux 850a3914fd # Docker 3 years ago
mpeltriaux 2118b42ecb # Docker persistent storage
* adds named volume to docker-compose.yml to keep files uploaded on /konova_uploaded_files even on image rebuild
3 years ago
mpeltriaux 0c2d39ba96 # Docker
* minor adjustments
3 years ago
mpeltriaux 9cb9308f85 # Docker Production
* adds further settings to create a production-ready docker configuration
3 years ago
mpeltriaux d9577fe6a1 # Docker
* adds docker related configurations
* directly working configuration provided
3 years ago