Files
nextcloud-docker-dev/example.env
Baptiste Fotia 8f0ba7b3cb docs(md,env):REPO_PATH_SERVER is generic
The instructions on the REPO_PATH_SERVER env var are generic now.

Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
2022-10-13 14:09:53 +02:00

39 lines
1013 B
Bash

COMPOSE_PROJECT_NAME=master
# Paths
REPO_PATH_SERVER=/home/foobar/repos/nextcloud-docker-dev/workspace/server
ADDITIONAL_APPS_PATH=/home/foobar/repos/nextcloud-docker-dev/workspace/server/apps-extra
# Stable releases root directory
STABLE_ROOT_PATH=/home/foobar/repos/nextcloud-docker-dev/workspace
# Install Nextcloud apps per default
# NEXTCLOUD_AUTOINSTALL_APPS="viewer activity"
# Blackfire configuration
# BLACKFIRE_CLIENT_ID=
# BLACKFIRE_CLIENT_TOKEN=
# BLACKFIRE_SERVER_ID=
# BLACKFIRE_SERVER_TOKEN=
# can be used to run separate setups besides each other
# DOCKER_SUBNET=192.168.15.0/24
# PORTBASE=815
# Main dns names for ssl proxy
# This can be used to append a custom domain name to the container names
DOMAIN_SUFFIX=.local
# May be used to set the PHP version. Defaults to 7.2.
# PHP_VERSION=71
# PHP_VERSION=72
# PHP_VERSION=73
# PHP_VERSION=74
# May be used to choose database. Both SQL and DB_SERVICE have to be set if used. Defaults to mysql.
# SQL=pgsql
# DB_SERVICE=database-postgres