|
@@ -6,13 +6,13 @@
|
|
# the docker-compose project name
|
|
# the docker-compose project name
|
|
export CHATONS_COMPOSE_PROJECT=oxyta
|
|
export CHATONS_COMPOSE_PROJECT=oxyta
|
|
# the host directory for the containers' volumes
|
|
# the host directory for the containers' volumes
|
|
-export CHATONS_ROOT_DIR=/srv
|
|
|
|
|
|
+export CHATONS_ROOT_DIR=./srv
|
|
# the domain name for all services
|
|
# the domain name for all services
|
|
export CHATONS_DOMAIN=oxyta.net
|
|
export CHATONS_DOMAIN=oxyta.net
|
|
# the email to which services will send important email
|
|
# the email to which services will send important email
|
|
export CHATONS_MAIL=services@$CHATONS_DOMAIN
|
|
export CHATONS_MAIL=services@$CHATONS_DOMAIN
|
|
|
|
|
|
-## Thos does not need customization
|
|
|
|
|
|
+## Those do not need customization
|
|
export CHATONS_MYSQL_PASSWORD=$(openssl rand -base64 32)
|
|
export CHATONS_MYSQL_PASSWORD=$(openssl rand -base64 32)
|
|
export CHATONS_MYSQL_ROOT_PASSWORD=$(openssl rand -base64 32)
|
|
export CHATONS_MYSQL_ROOT_PASSWORD=$(openssl rand -base64 32)
|
|
|
|
|