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

16 lines
318 B
YAML

name: vboxstock
services:
vboxstock:
image: git.us2plus2.com/marvin/vboxstock:latest
container_name: vboxstock
restart: unless-stopped
ports:
- "8269:3000"
volumes:
- ./data:/data
environment:
TZ: ${TZ:-America/New_York}
PUID: ${PUID:-1000}
PGID: ${PGID:-1000}