You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to run docker compose, as the env files are all missing:
$ grep '\.env' docker-compose.yml | awk '{ print $2 }' | xargs stat
stat: cannot stat 'server/workers/triple/triple.env': No such file or directory
stat: cannot stat 'server/workers/gsheets/gsheets.env': No such file or directory
stat: cannot stat 'server/workers/dataprocessing/dataprocessing.env': No such file or directory
stat: cannot stat 'server/workers/base/base.env': No such file or directory
stat: cannot stat 'server/workers/pubmed/pubmed.env': No such file or directory
stat: cannot stat 'server/workers/openaire/openaire.env': No such file or directory
Wouldn't it be better to rename the example env files or to point to the examples and/or to write a comment to figure out where they are located and what should it be done?
The text was updated successfully, but these errors were encountered:
frafra
changed the title
docker compose setup is broken: env_files are missing
docker compose setup is broken
Jun 20, 2022
frafra
changed the title
docker compose setup is broken
docker compose setup is broken: missing env files
Jun 20, 2022
frafra
changed the title
docker compose setup is broken: missing env files
docker compose: cannot find env files
Jun 20, 2022
It is not possible to run docker compose, as the env files are all missing:
Wouldn't it be better to rename the example env files or to point to the examples and/or to write a comment to figure out where they are located and what should it be done?
The text was updated successfully, but these errors were encountered: