Commit Graph

6 Commits

Author SHA1 Message Date
dal 176d5eb06b Refactor Docker Compose and API Dockerfile for improved environment handling
- Removed version specification from `docker-compose.yml` for simplicity.
- Eliminated the `env_file` directive in the `web` service to streamline environment variable management.
- Updated the `Dockerfile` for the API to conditionally copy SSL certificates based on the environment, enhancing flexibility for local and production setups.

These changes aim to simplify the configuration and improve the development workflow.
2025-01-07 15:43:31 -07:00
Nate Kelley f88288cc55 Update compose to use web builder 2025-01-07 15:37:31 -07:00
Nate Kelley 5f612fbcf7 dockerfile for web 2025-01-07 15:35:18 -07:00
dal cd64ab847b Refactor Docker Compose setup and clean up REST router
- Updated `docker-compose.yml` to use `.env` for environment variables and modified the `rest` service configuration for the Nessie integration.
- Temporarily disabled the `postgres` service by commenting it out.
- Removed unused imports in `post_datasets.rs` to enhance code readability and maintainability.

These changes streamline the development environment and improve code quality.
2025-01-07 08:32:15 -07:00
Dallin Bentley b697049a65 move docker compose into warehouse folder 2024-09-11 09:45:11 -06:00
Dallin Bentley 00d189a99b docker compose licenses and readme 2024-09-10 17:09:57 -06:00