joplin config

This commit is contained in:
mathieu 2024-05-27 08:45:00 +02:00
parent ce4f7ecb91
commit 12ce20d309

View File

@ -17,7 +17,7 @@ services:
depends_on: depends_on:
- db - db
ports: ports:
- "22300:22300" - "8084:22300"
restart: unless-stopped restart: unless-stopped
environment: environment:
- APP_PORT=22300 - APP_PORT=22300
@ -28,7 +28,7 @@ services:
- POSTGRES_USER=postgres - POSTGRES_USER=postgres
- POSTGRES_PORT=5432 - POSTGRES_PORT=5432
- POSTGRES_HOST=db - POSTGRES_HOST=db
- MAILER_ENABLED=1 - MAILER_ENABLED=0
- MAILER_HOST=smtp.gmail.com - MAILER_HOST=smtp.gmail.com
- MAILER_PORT=465 - MAILER_PORT=465
- MAILER_SECURE=1 - MAILER_SECURE=1