joplin db

This commit is contained in:
mathieu 2024-05-27 08:48:55 +02:00
parent 12ce20d309
commit 508502d975

View File

@ -6,7 +6,7 @@ services:
volumes:
- /docker/joplindb:/var/lib/postgresql/data
ports:
- "5432:5432"
- "5433:5432"
restart: unless-stopped
environment:
- POSTGRES_PASSWORD=postgres
@ -26,7 +26,7 @@ services:
- POSTGRES_PASSWORD=postgres
- POSTGRES_DATABASE=joplin
- POSTGRES_USER=postgres
- POSTGRES_PORT=5432
- POSTGRES_PORT=5433
- POSTGRES_HOST=db
- MAILER_ENABLED=0
- MAILER_HOST=smtp.gmail.com