mirror of
https://github.com/seerr-team/seerr.git
synced 2026-01-02 04:30:28 -05:00
12 lines
194 B
YAML
12 lines
194 B
YAML
services:
|
|
seerr:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.local
|
|
ports:
|
|
- 5055:5055
|
|
volumes:
|
|
- .:/app:rw,cached
|
|
- /app/node_modules
|
|
- /app/.next
|