„firefox-sync/docker-compose.yml“ hinzufügen
This commit is contained in:
parent
87df5d9f4d
commit
4b70b01b58
1 changed files with 16 additions and 0 deletions
16
firefox-sync/docker-compose.yml
Normal file
16
firefox-sync/docker-compose.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
version: "3.7"
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: mozilla/syncserver:latest
|
||||||
|
ports:
|
||||||
|
- 6006:6006
|
||||||
|
environment:
|
||||||
|
- SYNCSERVER_PUBLIC_URL=https://example.org
|
||||||
|
- SYNCSERVER_SECRET=Insert_SECRET
|
||||||
|
- SYNCSERVER_SQLURI=sqlite:////data/syncserver.db
|
||||||
|
- SYNCSERVER_BATCH_UPLOAD_ENABLED=true
|
||||||
|
- SYNCSERVER_FORCE_WSGI_ENVIRON=true
|
||||||
|
- PORT=6006
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
restart: always
|
Loading…
Reference in a new issue