tushar5526 / sarthi

Vercel for Backend! Easily setup preview environments with just Docker 🐳
MIT License
10 stars 7 forks source link

Enhancement: Flexible Port Configuration in Docker Compose #53

Open Amandeepsingh25 opened 1 month ago

Amandeepsingh25 commented 1 month ago

Description:

  1. Incorporated environment variable placeholders (${PORT:-3000}) within the Docker Compose file for flexible port configurations.
  2. Utilized the docker-compose config command to preprocess the file, resolving environment variables and generating the processed Docker Compose configuration.
  3. Enabled dynamic port mapping by substituting environment variables with default values or user-defined values.
  4. Facilitated adaptability by allowing users to specify custom ports through environment variables, enhancing deployment flexibility. Generated the preprocessed Docker Compose file, ensuring seamless integration of configurable ports for improved usability and versatility.
Amandeepsingh25 commented 1 month ago

I have done chnages in action settings of my repo though all the things are correct No can you check the workflow by running it again. @tushar5526