docs: migrate to docker compose v2 (#1073)

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
Ludovic Ortega
2024-11-04 15:48:37 +01:00
committed by GitHub
parent cf59102ef9
commit 2d3b777daf
6 changed files with 8 additions and 9 deletions

11
compose.yaml Normal file
View File

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