Create a nextcloud app with docker-compose
This commit is contained in:
18
monica/.env
18
monica/.env
@@ -22,7 +22,7 @@ HASH_SALT=YIfc5Go7H1TNxwnS7Uza
|
||||
HASH_LENGTH=18
|
||||
|
||||
# The URL of your application.
|
||||
APP_URL=https://personel.scarif.local
|
||||
#APP_URL=
|
||||
|
||||
# Force using APP_URL as base url of your application.
|
||||
# You should not need this, unless you are using subdirectory config.
|
||||
@@ -37,8 +37,8 @@ DB_PORT=3306
|
||||
# You can use mysql unix socket if available, it overrides DB_HOST and DB_PORT values.
|
||||
#DB_UNIX_SOCKET=/var/run/mysqld/mysqld.sock
|
||||
DB_DATABASE=monica
|
||||
DB_USERNAME=chris
|
||||
DB_PASSWORD=secret
|
||||
#DB_USERNAME=
|
||||
#DB_PASSWORD=
|
||||
DB_PREFIX=
|
||||
DB_TEST_HOST=127.0.0.1
|
||||
DB_TEST_DATABASE=monica_test
|
||||
@@ -51,13 +51,13 @@ DB_USE_UTF8MB4=true
|
||||
|
||||
# Mail credentials used to send emails from the application.
|
||||
MAIL_MAILER=smtp
|
||||
MAIL_HOST=smtp.mailtrap.io
|
||||
MAIL_PORT=2525
|
||||
MAIL_USERNAME=f41fa47f889c25
|
||||
MAIL_PASSWORD=9a13972ad70a6a
|
||||
MAIL_ENCRYPTION=
|
||||
#MAIL_HOST=
|
||||
#MAIL_PORT=
|
||||
#MAIL_USERNAME=
|
||||
#MAIL_PASSWORD=
|
||||
MAIL_ENCRYPTION=ssl
|
||||
# Outgoing emails will be sent with these identity
|
||||
MAIL_FROM_ADDRESS=chris@scarif.local
|
||||
#MAIL_FROM_ADDRESS=
|
||||
MAIL_FROM_NAME="Scarif"
|
||||
# New registration notification sent to this email
|
||||
APP_EMAIL_NEW_USERS_NOTIFICATION=
|
||||
|
||||
@@ -26,7 +26,7 @@ waitfordb() {
|
||||
sleep 3
|
||||
}
|
||||
|
||||
if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||
if [ "$1" = "/init" ]; then
|
||||
|
||||
MONICADIR=/var/www/html
|
||||
ARTISAN="php ${MONICADIR}/artisan"
|
||||
|
||||
Reference in New Issue
Block a user