mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-05-13 10:53:38 +00:00
Update firefox-sync.md
This commit is contained in:
parent
9aa4c4d253
commit
aa5db29c60
@ -15,21 +15,21 @@
|
|||||||
---
|
---
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
firefox-sync:
|
firefox-sync:
|
||||||
image: mozilla/syncserver:latest
|
image: mozilla/syncserver:latest
|
||||||
container_name: firefox-sync
|
container_name: firefox-sync
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Dublin
|
- TZ=Europe/Dublin
|
||||||
- SYNCSERVER_PUBLIC_URL=http://localhost:5000
|
- SYNCSERVER_PUBLIC_URL=http://localhost:5000
|
||||||
- SYNCSERVER_SECRET=0123123123123123123123123123123
|
- SYNCSERVER_SECRET=0123123123123123123123123123123
|
||||||
- SYNCSERVER_SQLURI=sqlite:////data/syncserver.db
|
- SYNCSERVER_SQLURI=sqlite:////data/syncserver.db
|
||||||
- SYNCSERVER_BATCH_UPLOAD_ENABLED=true
|
- SYNCSERVER_BATCH_UPLOAD_ENABLED=true
|
||||||
- SYNCSERVER_FORCE_WSGI_ENVIRON=false
|
- SYNCSERVER_FORCE_WSGI_ENVIRON=false
|
||||||
ports:
|
ports:
|
||||||
- "3000:5000"
|
- "3000:5000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
```
|
```
|
||||||
|
|
||||||
## Tips & Tricks
|
## Tips & Tricks
|
||||||
|
Loading…
Reference in New Issue
Block a user