28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
# APP_BASE_URL: This is the base public URL where the service will be running.
|
|
# - If Joplin Server needs to be accessible over the internet, configure APP_BASE_URL as follows: https://example.com/joplin.
|
|
# - If Joplin Server does not need to be accessible over the internet, set the APP_BASE_URL to your server's hostname.
|
|
# For Example: http://[hostname]:22300. The base URL can include the port.
|
|
# APP_PORT: The local port on which the Docker container will listen.
|
|
# - This would typically be mapped to port to 443 (TLS) with a reverse proxy.
|
|
# - If Joplin Server does not need to be accessible over the internet, the port can be mapped to 22300.
|
|
#- APP_BASE_URL=http://10.0.6.177:22300
|
|
|
|
APP_BASE_URL=https://joplin.lab.gurulandia.eu
|
|
APP_PORT=53014 #22300
|
|
# Database
|
|
DB_CLIENT=pg
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_HOST=10.0.6.178
|
|
|
|
#- STORAGE_DRIVER=Type=S3; Region=us-east-1; Path=http://192.168.55.30:53008; AccessKeyId=joplinsrv; SecretAccessKeyId=joplinsrv; Bucket=joplin
|
|
|
|
# Mai8ler
|
|
MAILER_ENABLED=1
|
|
MAILER_HOST=mailrise.lab.gurulandia.eu
|
|
MAILER_PORT=465
|
|
MAILER_SECURITY=tls
|
|
MAILER_AUTH_USER=gurulandia
|
|
MAILER_AUTH_PASSWORD=gurulandia
|
|
MAILER_NOREPLY_NAME=JoplinServer
|
|
MAILER_NOREPLY_EMAIL=no-reply@mail.gurulandia.eu
|