mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-08-13 03:50:19 +02:00
* docker: update .env and docker-compose.yml for SMTP and new services * docker: add external MinIO, MongoDB, and GarageHQ examples with setup instructions * docs: update README with dotenv docker setup instructions and configuration redirect for external services * docker: update service dependency condition for setup-themes in docker-compose.yml * chore: update example URLs in .env for public services
21 lines
397 B
YAML
21 lines
397 B
YAML
services:
|
|
notesnook-s3:
|
|
profiles: [embedded-disabled]
|
|
|
|
setup-s3:
|
|
profiles: [embedded-disabled]
|
|
|
|
notesnook-server:
|
|
networks:
|
|
- notesnook
|
|
- notesnook-shared
|
|
depends_on: !override
|
|
identity-server:
|
|
condition: service_started
|
|
environment:
|
|
S3_INTERNAL_SERVICE_URL: "http://notesnook-minio:9000"
|
|
|
|
networks:
|
|
notesnook-shared:
|
|
external: true
|