Files
jellyseerr/compose.yaml
2025-10-15 00:13:20 +02:00

12 lines
194 B
YAML

services:
seerr:
build:
context: .
dockerfile: Dockerfile.local
ports:
- 5055:5055
volumes:
- .:/app:rw,cached
- /app/node_modules
- /app/.next