Files
subspace-tv/docker-compose.yml
Michael Simard d38c44b02c Change host port to 9112
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 09:28:57 -06:00

17 lines
312 B
YAML

services:
subspace-tv-config:
build: .
container_name: subspace-tv-config
restart: unless-stopped
ports:
- "9112:8000"
env_file:
- .env
volumes:
- ./config:/app/config
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"