Commit Graph

3 Commits

Author SHA1 Message Date
dal b30801542d Refactor Docker Compose configuration for warehouse services
- Updated the `docker-compose.yml` file to change the environment file path for services to use `.env` instead of `../.env`.
- Commented out the `postgres` service configuration to disable it temporarily.
- Updated the `rest` service to use the `ghcr.io/projectnessie/nessie` image, changed the container name to `nessie`, and modified the port mapping from `8181` to `19120`.
- Adjusted environment variables for the `rest` service to align with the new Nessie configuration.

These changes streamline the setup for the warehouse services and prepare for the integration of Nessie.
2025-01-06 15:17:04 -07:00
Dallin Bentley 14d801f44a path fix on env 2024-09-11 11:27:45 -06:00
Dallin Bentley b697049a65 move docker compose into warehouse folder 2024-09-11 09:45:11 -06:00