13 lines
211 B
13 lines
211 B
5 years ago
|
version: '3'
|
||
|
services:
|
||
|
overseerr:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.local
|
||
|
ports:
|
||
|
- 3000:3000
|
||
|
volumes:
|
||
|
- .:/app:rw,cached
|
||
|
- /app/node_modules
|
||
|
- /app/.next
|