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 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: build: target: dev volumes: - ./api:/opt/app/api - ./packages:/opt/app/packages - ./services/torrent:/opt/app/services/torrent tty: true