chore(deps): update ghcr.io/spacedriveapp/spacedrive/server docker tag to v0.3.1 (#3634)

This commit is contained in:
renovate[bot] 2024-06-03 01:37:23 +00:00 committed by GitHub
parent 6043fb60c5
commit 372f361fab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 9300, "port": 9300,
"id": "spacedrive", "id": "spacedrive",
"tipi_version": 1, "tipi_version": 2,
"version": "0.2.14", "version": "0.3.1",
"categories": ["utilities"], "categories": ["utilities"],
"description": "Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.", "description": "Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.",
"short_desc": "Cross-platform file explorer", "short_desc": "Cross-platform file explorer",

View File

@ -3,7 +3,7 @@ version: '3.9'
services: services:
spacedrive: spacedrive:
container_name: spacedrive container_name: spacedrive
image: ghcr.io/spacedriveapp/spacedrive/server:0.2.14 image: ghcr.io/spacedriveapp/spacedrive/server:0.3.1
restart: unless-stopped restart: unless-stopped
environment: environment:
- SD_AUTH=${SD_AUTH_USER}:${SD_AUTH_PASSWORD} - SD_AUTH=${SD_AUTH_USER}:${SD_AUTH_PASSWORD}