mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-13 15:29:52 +02:00
Enable override of git repo
This commit is contained in:
parent
ab100cd2db
commit
678a785953
2 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,8 @@ ADD config.docker.php ${SCRIPT_ROOT}
|
||||||
ENV OWNER_UID=1000
|
ENV OWNER_UID=1000
|
||||||
ENV OWNER_GID=1000
|
ENV OWNER_GID=1000
|
||||||
|
|
||||||
|
ENV TTRSS_SRC_REPO="https://git.tt-rss.org/fox/tt-rss.git"
|
||||||
|
|
||||||
# TTRSS_XDEBUG_HOST defaults to host IP if unset
|
# TTRSS_XDEBUG_HOST defaults to host IP if unset
|
||||||
ENV TTRSS_XDEBUG_ENABLED=""
|
ENV TTRSS_XDEBUG_ENABLED=""
|
||||||
ENV TTRSS_XDEBUG_HOST=""
|
ENV TTRSS_XDEBUG_HOST=""
|
||||||
|
|
|
@ -15,7 +15,7 @@ if ! id app >/dev/null 2>&1; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DST_DIR=/var/www/html/tt-rss
|
DST_DIR=/var/www/html/tt-rss
|
||||||
SRC_REPO=https://git.tt-rss.org/fox/tt-rss.git
|
SRC_REPO=${TTRSS_SRC_REPO}
|
||||||
|
|
||||||
[ -e $DST_DIR ] && rm -f $DST_DIR/.app_is_ready
|
[ -e $DST_DIR ] && rm -f $DST_DIR/.app_is_ready
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue