Merge pull request #1407 from gradido/last-community_server

Marque community_server as to be removed.
This commit is contained in:
Hannes Heine 2022-02-03 05:02:10 +01:00 committed by GitHub
commit 437a431a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ docker-compose -f docker-compose.yml up
- [frontend](./frontend) Wallet frontend
- [backend](./backend) GraphQL & Business logic backend
- [mariadb](./mariadb) Database backend
- [community_server](./community_server/) Business logic backend
- [community_server](./community_server/) Business logic backend (will be removed)
We are currently restructuring the service to reduce dependencies and unify business logic into one place. Furthermore the databases defined for each service will be unified into one.