Lightweight node app to use in place of plex to self host your video and movie collections. Running on just under 50MB of ram this is ideal for people looking to host videos on minimal hardware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
327 B

networks:
external-network:
external: true
volumes:
node_modules:
services:
video:
image: home-brew-plex
build: ./
container_name: home-brew-plex
restart: always
ports:
- "4000:4000"
networks:
- external-network
volumes:
- ./:/src
- node_modules:/src/node_modules