chore(deps): update ghcr.io/donkie/spoolman docker tag to v0.18.0 (#3543)
This commit is contained in:
parent
ca3bcee5e0
commit
dfc9833421
|
@ -5,17 +5,11 @@
|
|||
"exposable": true,
|
||||
"id": "spoolman",
|
||||
"description": "Spoolman is a web service that helps you keep track of your filament spools and how they are being used. It acts as a database, where other printer software such as Octoprint and Moonraker can interact with to have a centralized place for spool information. For example, if used together with Moonraker, your spool weight will automatically be reduced as your print is progressing.",
|
||||
"tipi_version": 2,
|
||||
"version": "0.17.0",
|
||||
"categories": [
|
||||
"utilities",
|
||||
"automation"
|
||||
],
|
||||
"tipi_version": 3,
|
||||
"version": "0.18.0",
|
||||
"categories": ["utilities", "automation"],
|
||||
"short_desc": "Keep track of your inventory of 3D-printer filament spools",
|
||||
"author": "Donkie",
|
||||
"source": "https://github.com/Donkie/Spoolman",
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.8'
|
|||
services:
|
||||
spoolman:
|
||||
container_name: spoolman
|
||||
image: ghcr.io/donkie/spoolman:0.17.0
|
||||
image: ghcr.io/donkie/spoolman:0.18.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/home/app/.local/share/spoolman
|
||||
|
|
Loading…
Reference in New Issue
Block a user