Inconsistency in Docker Network Configuration for PostgreSQL Server in louis-db
Aperta
- Lingua principale
- Jupyter Notebook
- Stelle
- 1
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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`.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.