I'm building an express api in front of a neo4j database. The whole project runs two services in docker:
neo4j-databasecharacters-api
I use an .env file to set all environment variables, hence the mapping in the docker-compose.yml.
Both are connected...