firefox sync #14

Closed
opened 2024-10-15 13:53:43 +00:00 by Erik · 1 comment
Owner

seen here using a docker-compose.yml akin to this:

version: '3.7'
services:
    syncserver:
        container_name: syncserver
        image: mozilla/syncserver:latest
        volumes:
            - /syncserver:/data
        ports:
            - 5000:5000
        environment:
            SYNCSERVER_PUBLIC_URL: 'http://localhost:5000'
            SYNCSERVER_SECRET: '<PUT YOUR SECRET KEY HERE>'
            SYNCSERVER_SQLURI: 'sqlite:////data/syncserver.db'
            SYNCSERVER_BATCH_UPLOAD_ENABLED: 'true'
            SYNCSERVER_FORCE_WSGI_ENVIRON: 'false'
            PORT: '5000'
        restart: always
seen [here](https://github.com/mozilla-services/syncserver) using a docker-compose.yml akin to this: ```yaml version: '3.7' services: syncserver: container_name: syncserver image: mozilla/syncserver:latest volumes: - /syncserver:/data ports: - 5000:5000 environment: SYNCSERVER_PUBLIC_URL: 'http://localhost:5000' SYNCSERVER_SECRET: '<PUT YOUR SECRET KEY HERE>' SYNCSERVER_SQLURI: 'sqlite:////data/syncserver.db' SYNCSERVER_BATCH_UPLOAD_ENABLED: 'true' SYNCSERVER_FORCE_WSGI_ENVIRON: 'false' PORT: '5000' restart: always ```
Author
Owner

isn't needed

isn't needed
Erik closed this issue 2024-11-03 12:08:45 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Erik/server#14
No description provided.