Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] docker-compose file generation #4

Open
nkaaf opened this issue Jul 6, 2021 · 0 comments
Open

[FEATURE] docker-compose file generation #4

nkaaf opened this issue Jul 6, 2021 · 0 comments
Milestone

Comments

@nkaaf
Copy link
Owner

nkaaf commented Jul 6, 2021

Is your feature request related to a problem? Please describe.
Imagine following setup:

  • additional docker-compose file with services like for example: cloud, microservices, database etc.
  • in the docker-compose file new networks are declared
  • nginx configs should point to services in these networks
  • it*s a little bit to complicated to add these as external networks to the docker-compose file without changing the git diff

same problem occurs at more ports that should be exposed for the nginx!

Describe the solution you'd like

  • more env variables in file
  • docker-compose.yml should be generated at startup, after environment variables are set

Describe alternatives you've considered
not much

Additional context

@nkaaf nkaaf added this to the 2.0 milestone Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant