mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-08-14 12:30:21 +02:00
docker: fix compose self-hosting and add external Mongo/MinIO/Garage examples (#106)
* 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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Merge these into the repository root .env (see /.env for all other variables).
|
||||
# Fill after running examples/garage/setup-garage.sh
|
||||
|
||||
GARAGE_ACCESS_KEY_ID=
|
||||
GARAGE_ACCESS_KEY_SECRET=
|
||||
ATTACHMENTS_SERVER_PUBLIC_URL=http://localhost:3900
|
||||
Reference in New Issue
Block a user