services: # MATERIALIOUS materialious: image: wardpearce/materialious:latest container_name: materialious restart: unless-stopped ports: - "127.0.0.1:10013:80" environment: VITE_DEFAULT_DEARROW_THUMBNAIL_INSTANCE: "https://dearrow-thumb.ajay.app" #VITE_DEFAULT_SYNCIOUS_INSTANCE: "https://syncious.nadeko.net" VITE_DEFAULT_RETURNYTDISLIKES_INSTANCE: "https://returnyoutubedislikeapi.com" VITE_DEFAULT_PEERJS_PATH: "/" VITE_DEFAULT_PEERJS_HOST: "peerjs.nadeko.net" VITE_DEFAULT_SPONSERBLOCK_INSTANCE: "https://sponsor.ajay.app" VITE_DEFAULT_DEARROW_INSTANCE: "https://sponsor.ajay.app" VITE_DEFAULT_INVIDIOUS_INSTANCE: "https://inv.nadeko.net" VITE_DEFAULT_PEERJS_PORT: 443 VITE_DEFAULT_SETTINGS: '{"darkMode": true, "themeColor": "#FFB3FD", "autoPlay": true, "alwaysLoop": false, "proxyVideos": false, "listenByDefault": false, "savePlaybackPosition": true, "dashEnabled": true, "theatreModeByDefault": false, "autoplayNextByDefault": true, "returnYtDislikes": true, "searchSuggestions": true, "previewVideoOnHover": true, "sponsorBlock": true, "sponsorBlockCategories": "sponsor,interaction,selfpromo", "deArrowEnabled": false, "playerMiniPlayer": true, "syncious": false}' peerjs: image: peerjs/peerjs-server:latest container_name: invidious-peerjs restart: unless-stopped ports: - 127.0.0.1:10015:9000