Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Conversation

@gustaavik
Copy link
Member

This pull request includes significant updates to the Docker configuration, environment variables, and various parts of the codebase to enhance development and production workflows, as well as improve code quality and maintainability.

Docker and Environment Configuration:

  • .dockerignore: Updated to include various directories and files that should be ignored by Docker, such as node_modules, dist, build, .env, and others.
  • Dockerfile: Added environment variables and build arguments for NODE_ENV and API URLs, and included a command to run the application. [1] [2]
  • docker-compose.prod.yml: Removed all services and volumes, simplifying the production Docker Compose configuration.
  • docker-compose.yml: Updated to include commercify-web and commercify-api services with relevant environment variables and ports.

Environment Variables:

  • .env.example: Updated environment variables for database configuration, removing hardcoded values for SPRING_DATASOURCE_USERNAME and SPRING_DATASOURCE_PASSWORD.

Codebase Improvements:

Service and API Enhancements:

Updates .dockerignore to include additional files and directories
Updates .env.example with new backend configuration options
Removes unused code in AuthenticationStep and PaymentStep components
Deletes unused files: ProductDetails.tsx and page.tsx
Updates AuthContext to fix isLoading initial state
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants