Use Gradle properties in docker-compose.yml.peb
See original GitHub issueHello,
In docker-compose.yml.peb
I can use values from docker
, system
and env
. I would like to also be able to use Gradle properties, e.g. from ~/.gradle/gradle.properties
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
gradle - Getting started with Docker Compose
Docker Compose is a tool for defining and running entire application stacks in containers. Gradle plays well with Docker Compose and can ...
Read more >gradle-docker-compose-plugin/README.md at main - GitHub
Simplifies usage of Docker Compose for local development and integration testing in Gradle environment. composeUp task starts the application and waits till all ......
Read more >Java Example with Gradle and Docker · Codefresh | Docs
Create Docker images for Spring/Gradle. ... The easiest way to use Gradle is with multi-stage builds. With multi-stage builds a Docker ... codefresh.yml....
Read more >Automating Docker Builds With Gradle - Tom Gregory
It's to create tasks for the building of images and running of containers within your Gradle project. With this approach, anyone checking out ......
Read more >How can I add a file to a volume in a Docker image, using ...
One way to achieve your goal is to create ${PWD}/config/grade-docker.properties file on the host where ${PWD}/docker-compose.yml .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It works! Thank you. If you think that my feature request is valid, I created an issue: https://github.com/Cognifide/gradle-environment-plugin/issues/3
Ok thanks