Inconsistency in Docker Network Configuration for PostgreSQL Server in louis-db
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 1
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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`.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.