issues
search
phovea
/
generator-phovea
Yeoman Generator for Phovea
https://www.npmjs.com/package/generator-phovea
BSD 3-Clause "New" or "Revised" License
1
stars
1
forks
source link
Docker-Compose Behaviour
#493
Open
dvmarkusvogl
opened
2 years ago
dvmarkusvogl
commented
2 years ago
Steps to reproduce
Delete requirements.txt from your project, because it's for another, tdp
core incompatible project (or rename it to requirements
.txt)
Your repo won't be in the combined compose file
Observed behavior
Your repo won't be in the combined compose file
I assume this is because of this weird behaviour
https://github.com/phovea/generator-phovea/blob/master/generators/workspace/index.js#L290
-> summary:
If a file is in the docker_packages.txt (a feature i couldn't find in usage in ANY datavisyn repo -> remove unused code)
If a directory contains a requirements.txt
Some other checks
Expected behavior
Just merge all /*/deploy/docker-compose[-debug].partial files instead of configuring/guessing/magic
Steps to reproduce
Observed behavior
Expected behavior