question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use Gradle properties in docker-compose.yml.peb

See original GitHub issue

Hello,

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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
piotr-andruszkiewicz-wttechcommented, Jul 28, 2020

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

0reactions
pun-kycommented, Jul 28, 2020

Ok thanks

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found