lacuna-tech / mds-core

Repo for LADOT MDS implementation for contribution to the Open Mobility Foundation
Apache License 2.0
13 stars 9 forks source link

Set env variables for postgres and redis #1034

Closed Debbie98 closed 2 years ago

Debbie98 commented 2 years ago

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