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.
 
 
 
 
 
 

78 lines
1.5 KiB

version: "3.9"
services:
webui:
build:
target: dev
ports:
- 3201:3201
volumes:
- ./api:/opt/app/api
- ./packages:/opt/app/packages
- ./services/webui:/opt/app/services/webui
tty: true
request:
build:
target: dev
volumes:
- ./api:/opt/app/api
- ./packages:/opt/app/packages
- ./services/request:/opt/app/services/request
tty: true
plex:
build:
target: dev
volumes:
- ./api:/opt/app/api
- ./packages:/opt/app/packages
- ./services/plex:/opt/app/services/plex
tty: true
search:
build:
target: dev
volumes:
- ./api:/opt/app/api
- ./packages:/opt/app/packages
- ./services/search:/opt/app/services/search
tty: true
seeker:
build:
target: dev
volumes:
- ./api:/opt/app/api
- ./packages:/opt/app/packages
- ./services/seeker:/opt/app/services/seeker
tty: true
torrent_rest:
build:
target: dev
ports:
- 3000:3000
volumes:
- ./api:/opt/app/api
- ./packages:/opt/app/packages
- ./services/torrent-rest:/opt/app/services/torrent-rest
tty: true
torrent_search:
build:
target: dev
volumes:
- ./api:/opt/app/api
- ./packages:/opt/app/packages
- ./services/torrent-search:/opt/app/services/torrent-search
tty: true
torrent:
build:
target: dev
volumes:
- ./api:/opt/app/api
- ./packages:/opt/app/packages
- ./services/torrent:/opt/app/services/torrent
tty: true