Files
jellyseerr/compose.yaml
Ludovic Ortega 2d3b777daf docs: migrate to docker compose v2 (#1073)
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
2024-11-04 22:48:37 +08:00

12 lines
199 B
YAML

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