With #330 a new feature was introduced that allows to specify an docker-compose file outside the root of the repo. However when an env variable is required within the compose and I define the env within the Openship deployment configuration it still fails to scan the docker-compose fail.
Error: "Could not parse the Docker Compose file at "deploy/docker-compose": Set POSTGRES_PASSWORD in .env — must match database.password in backend-config.yaml"
So it seems like when Openship scans for the docker-compose it does not include the specified envs and so somehow fails.

With #330 a new feature was introduced that allows to specify an docker-compose file outside the root of the repo. However when an env variable is required within the compose and I define the env within the Openship deployment configuration it still fails to scan the docker-compose fail.
Error: "Could not parse the Docker Compose file at "deploy/docker-compose": Set POSTGRES_PASSWORD in .env — must match database.password in backend-config.yaml"
So it seems like when Openship scans for the docker-compose it does not include the specified envs and so somehow fails.