Files
vboxstock/docker-compose.zimaos.yml
T
mfwadejr 8ffcf30e97
Publish container / publish (push) Failing after 10s
Move container image references to Gitea registry
2026-09-21 11:45:27 -04:00

43 lines
1.1 KiB
YAML

name: vboxstock
services:
vboxstock:
image: git.us2plus2.com/marvin/vboxstock:latest
container_name: vboxstock
restart: unless-stopped
ports:
- target: 3000
published: "8269"
protocol: tcp
volumes:
- type: bind
source: /DATA/AppData/vboxstock
target: /data
environment:
TZ: America/New_York
PUID: "1000"
PGID: "1000"
x-casaos:
id: com.mfwadejr.vboxstock
main: vboxstock
index: /
port_map: "8269"
scheme: http
icon: https://git.us2plus2.com/marvin/vboxstock/raw/branch/main/public/assets/vboxstock-icon-512.png
title:
en_US: vBoxStock
tagline:
en_US: Self-hosted vSeeBox inventory and sales tracking
description:
en_US: Track individually identifiable vSeeBox inventory from receipt through sale, including customers, payments, shipping, notes, users, and backups.
author: mfwadejr
developer: mfwadejr
category: Productivity
architectures:
- amd64
version: "3.3.1"
update_at: "2026-08-30"
release_notes:
en_US: Added administrator-managed product models with archival and historical preservation.