mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 08:53:15 +02:00
15 lines
216 B
YAML
15 lines
216 B
YAML
version: '3.8'
|
|
|
|
name: reiverr
|
|
|
|
services:
|
|
reiverr-frontend:
|
|
volumes:
|
|
- ./:/usr/src/app/
|
|
- /usr/src/app/node_modules
|
|
build:
|
|
context: .
|
|
target: development
|
|
ports:
|
|
- 5173:5173
|