Changed some .env variable naming. There seemed to be conflict with 'NEO4J_PASSWORD'.
Neo4j community version only allows one user: 'neo4j'. Password is changeable.
Only frontend's port: 5173 open outside of docker environment. Also frontend can only communicate to backend and database can only communicate to backend. Connection isolation: Outside <-> Frontend <-> Backend <-> Database.
There are many things relating to "dev"-use, unsure if these need to be changed in the end.
Envorinment.yml "vs2015_runtime" and "vc" are installed by default, they are not found on any channels. Possible conflicts with Docker-compose as Docker-compose tries to search for them.
closes #118
1 major