Inconsistency in Docker Network Configuration for PostgreSQL Server in louis-db
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The initialization script for the local PostgreSQL server container (`postgres.sh`) is set to use the Docker network `louis_network`. This configuration is incompatible with our development environment, which uses `ailab_network`. As a result, devcontainers can't connect to the PostgreSQL server.
### Suggested Fix
The Docker network in the `postgres.sh` script should be modified from `louis_network` to `ailab_network`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.