It's recommended to use a managed PostgresSQL database host instead of the one created by Syntho docker compose manifest. Syntho application creates two databases on this host:
syntho-backend for Backend service
syntho-core for Core API service
To change the application to use an external database add the entries below to the .env file
After changing database settings restart the application
Do not delete embedded volumes until the external database is verified working.