Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker compose: cannot find env files #660

Open
frafra opened this issue Jun 20, 2022 · 1 comment
Open

docker compose: cannot find env files #660

frafra opened this issue Jun 20, 2022 · 1 comment

Comments

@frafra
Copy link

frafra commented Jun 20, 2022

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?

@frafra frafra changed the title docker compose setup is broken: env_files are missing docker compose setup is broken Jun 20, 2022
@frafra frafra changed the title docker compose setup is broken docker compose setup is broken: missing env files Jun 20, 2022
@frafra frafra changed the title docker compose setup is broken: missing env files docker compose: cannot find env files Jun 20, 2022
@frafra
Copy link
Author

frafra commented Jun 20, 2022

This has been fixed in master, but not in the latest stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant