Fix compose config file references for external stacks #807

Closed
opened 2024-04-22 12:35:18 +00:00 by dboreham · 1 comment
Owner

Some compose files pull in config files like this:

    env_file:
     - ../config/fixturenet-eth/fixturenet-eth.env

for some reason this ends up looking locally (in the SO tree) for the file, not in the deployment, for the external stack case.

Some compose files pull in config files like this: ``` env_file: - ../config/fixturenet-eth/fixturenet-eth.env ``` for some reason this ends up looking locally (in the SO tree) for the file, not in the deployment, for the external stack case.
dboreham self-assigned this 2024-04-22 12:35:18 +00:00
Author
Owner

I believe this has been fixed.

I believe this has been fixed.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#807
No description provided.