Add Stockroom container application

This commit is contained in:
mfwadejr
2026-08-29 15:40:38 -04:00
committed by GitHub
parent e4a62e2c32
commit 5f954dfa12
5 changed files with 178 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
stockroom:
image: ghcr.io/mfwadejr/vseebox-stockroom:latest
container_name: vseebox-stockroom
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/data
environment:
- TZ=America/New_York