Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add multi-proxy support to docker-compose (gatewayd-io#589)
* Renamed the `postgres` service to `write-postgres` and added configuration for the write database. * Added a new `read-postgres` service to handle read database operations. * Updated `gatewayd` environment variables to support separate read and write addresses. * Updated `gatewayd` links and dependencies to include `write-postgres` and `read-postgres`.
- Loading branch information