esc
Type to search the docs
Back to catalog

snipe-it

Tested

IT asset management for tracking hardware, software licenses, and accessories

Uncategorized Repository

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up snipe-it

Requires Docker Desktop. No source code needed — pulls pre-built images and starts snipe-it with all dependencies.

Image: snipe/snipe-it:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: snipe-it
description: "IT asset management for tracking hardware, software licenses, and accessories"
repository: https://github.com/snipe/snipe-it
logo: https://raw.githubusercontent.com/snipe/snipe-it/master/public/img/snipe-logo.png

image: snipe/snipe-it:latest
provides:
  - protocol: http
    port: 80
    exposed: true
requires:
  - type: mariadb
    set_env:
      DB_HOST: $host
      DB_PORT: $port
      DB_DATABASE: $name
      DB_USERNAME: $user
      DB_PASSWORD: $password
secrets:
  app-key:
    generator: secret
env:
  APP_KEY: "base64:${secrets.app-key|base64}"
  APP_URL:
    default: "http://localhost"
    description: "Public URL of the Snipe-IT instance"
storage:
  data:
    path: /var/lib/snipeit
    persistent: true
restart: always

Test Results

Last Tested

2026-04-11

Health Check

Passing

Startup Time

13s

Total Disk

1235 MB

Required Services

mariadb

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB