Hi,
I'm trying to deploy this project using docker-compose and not Kubernetes as suggested. And I ask myself where the environment variables for redis and postgres for the packages like mds-audit-api and so on are set. I can't find a single file that is doing so.
There is only the .env.test file for the docker-compose file in the test folder.
But I want to deploy the packages in a container and redis and postgres as well (in other containers) and I don't know where to tell the container where it finds redis and postgres, so where they can connect to each other.
I would be really grateful for any help.
Greetings
Hi, I'm trying to deploy this project using docker-compose and not Kubernetes as suggested. And I ask myself where the environment variables for redis and postgres for the packages like mds-audit-api and so on are set. I can't find a single file that is doing so. There is only the .env.test file for the docker-compose file in the test folder. But I want to deploy the packages in a container and redis and postgres as well (in other containers) and I don't know where to tell the container where it finds redis and postgres, so where they can connect to each other. I would be really grateful for any help. Greetings