volumes: docmost_sync: services: docmost-sync: image: ghcr.io/vvzvlad/docmost-sync:latest container_name: docmost-sync restart: always volumes: - docmost_sync:/app/data # git vault + runtime state survive restarts/updates environment: DOCMOST_API_URL: XXX DOCMOST_EMAIL: XXX DOCMOST_PASSWORD: XXX DOCMOST_SPACE_ID: XXX # GIT_REMOTE: XXX # optional git remote for the vault TZ: Europe/Moscow logging: driver: "json-file" options: max-file: 5 max-size: 10m labels: com.centurylinklabs.watchtower.enable: "true"