12 lines
252 B
YAML
12 lines
252 B
YAML
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
|