FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(branches): Support stable35 by Antreesy · Pull Request #488 · nextcloud/nextcloud-docker-dev · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .sh  (1) .yml  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion bootstrap.sh
This file contains hidden or 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
Expand Up @@ -82,7 +82,7 @@ if [ -f ".env" ]; then
echo "❌ Repository path does not exist"
fi

for i in stable30 stable31 stable32 stable33 stable34
for i in stable31 stable32 stable33 stable34 stable35
do
echo "Stable $i repository path: ${STABLE_ROOT_PATH}/${i}"
STABLE_VERSION=$(grep "OC_VersionString" "${STABLE_ROOT_PATH}/${i}/version.php" | cut -d "'" -f 2)
Expand Down
33 changes: 33 additions & 0 deletions docker-compose.yml
This file contains hidden or 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
Expand Up @@ -43,6 +43,7 @@ services:
- stable32${DOMAIN_SUFFIX}
- stable33${DOMAIN_SUFFIX}
- stable34${DOMAIN_SUFFIX}
- stable35${DOMAIN_SUFFIX}
- mail${DOMAIN_SUFFIX}
- sso${DOMAIN_SUFFIX}
- minio${DOMAIN_SUFFIX}
Expand Down Expand Up @@ -717,6 +718,37 @@ services:
extra_hosts:
- host.docker.internal:host-gateway

stable35:
image: ghcr.io/nextcloud/nextcloud-dev-php${PHP_VERSION:-83}:latest
environment:
SQL: ${SQL:-mysql}
NEXTCLOUD_AUTOINSTALL: "YES"
NEXTCLOUD_AUTOINSTALL_APPS:
WITH_REDIS: "YES"
VIRTUAL_HOST: stable35${DOMAIN_SUFFIX}
PROTOCOL: ${PROTOCOL:-https}
ADDITIONAL_APPS_PATH:
NEXTCLOUD_TRUSTED_DOMAINS:
PRIMARY: ${PRIMARY:-local}
PHP_XDEBUG_MODE: ${PHP_XDEBUG_MODE:-develop}
volumes:
- '${STABLE_ROOT_PATH}/stable35:/var/www/html'
- '${STABLE_ROOT_PATH}/stable35/apps-extra:/var/www/html/apps-extra'
- '${ADDITIONAL_APPS_PATH:-./data/apps-extra}:/var/www/html/apps-shared'
- /var/www/html/data
- /var/www/html/config
- /var/www/html/apps-writable
- ./data/skeleton/:/skeleton
- ./data/additional.config.php:/var/www/html/config/additional.config.php:ro
- ./data/shared:/shared
depends_on:
- database-${SQL:-mysql}
- redis
- mail
- ${PROXY_SERVICE:-proxy}
extra_hosts:
- host.docker.internal:host-gateway

stable34:
image: ghcr.io/nextcloud/nextcloud-dev-php${PHP_VERSION:-83}:latest
environment:
Expand Down Expand Up @@ -954,6 +986,7 @@ services:
aliasgroup14: http://stable32${DOMAIN_SUFFIX}
aliasgroup15: http://stable33${DOMAIN_SUFFIX}
aliasgroup16: http://stable34${DOMAIN_SUFFIX}
aliasgroup17: http://stable35${DOMAIN_SUFFIX}
dictionaries: de_DE en_US en_GB
username: admin
password: admin
Expand Down
Loading

Back | FazBrowse Home | New Git URL