You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
333 B
26 lines
333 B
# Global Settings
|
|
LOCAL_STACK_DIR=/srv/docker/volumes/nextcloud
|
|
|
|
# Networks
|
|
NETWORK=webservices
|
|
|
|
# nextcloud (optional)
|
|
NC_CONTAINER_NAME=
|
|
NC_RESTART=
|
|
MYSQL_HOST=
|
|
REDIS_HOST=
|
|
|
|
# db
|
|
MYSQL_ROOT_PASSWORD=
|
|
|
|
# db (optional)
|
|
DB_IMG=
|
|
DB_TAG=
|
|
DB_CONTAINER_NAME=
|
|
DB_RESTART=
|
|
|
|
# redis (optional)
|
|
RD_IMG=
|
|
RD_TAG=
|
|
RD_CONTAINER_NAME=
|
|
RD_RESTART=
|
|
|