forked from winery/winery
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Init multi-repo setup upon Docker container start-up
Signed-off-by: Michael Wurster <[email protected]>
- Loading branch information
1 parent
5bbb071
commit 74a08d3
Showing
4 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ LABEL maintainer = "Oliver Kopp <[email protected]>, Michael Wurster <miwurster | |
ENV WINERY_USER_ID 1724 | ||
ENV WINERY_USER_HOME /opt/winery | ||
ENV WINERY_REPOSITORY_URL "" | ||
ENV WINERY_DEPENDENT_REPOSITORIES "" | ||
ENV WINERY_HEAP_MAX 2048m | ||
ENV WINERY_JMX_ENABLED "" | ||
ENV CONTAINER_HOSTNAME localhost | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters