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.
|
# Global Settings
|
|
LOCAL_STACK_DIR=/srv/docker/volumes/seafile
|
|
|
|
# Networks
|
|
NETWORK=
|
|
|
|
# Seafile
|
|
SF_IMG=
|
|
SF_TAG=
|
|
SF_CONTAINER_NAME=
|
|
SF_RESTART=
|
|
|
|
# Database
|
|
DB_IMG=
|
|
DB_TAG=
|
|
DB_CONTAINER_NAME=
|
|
DB_RESTART=
|
|
DB_ROOT_PASSWD=
|
|
|
|
# Memcached
|
|
MC_IMG=
|
|
MC_TAG=
|
|
MC_CONTAINER_NAME=
|
|
MC_RESTART=
|
|
|