Skip to content

docker compose: cannot find env files #660

Open
@frafra

Description

@frafra

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions