mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
13 lines
211 B
YAML
13 lines
211 B
YAML
version: '3'
|
|
services:
|
|
overseerr:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.local
|
|
ports:
|
|
- 5055:5055
|
|
volumes:
|
|
- .:/app:rw,cached
|
|
- /app/node_modules
|
|
- /app/.next
|