removed meshcentral and metube

This commit is contained in:
2023-06-08 11:47:25 -05:00
parent b7ab29877d
commit 65901a1ac5

View File

@@ -152,37 +152,6 @@ services:
- ${STORAGE_DIR}//Music/Albums:/music
- ${MEDIA_DIR}/downloads/music:/downloads
meshcentral:
container_name: meshcentral
image: typhonragewind/meshcentral:latest
environment:
- HOSTNAME=meshcentral.akanealw.com
- REVERSE_PROXY=false
- IFRAME=true
- ALLOW_NEW_ACCOUNTS=false
- WEBRTC=true
ports:
- 9443:443/tcp
- 9080:80/tcp
restart: unless-stopped
volumes:
- ${DOCKERCONFIGS}/meshcentral/data:/opt/meshcentral/meshcentral-data
- ${DOCKERCONFIGS}/meshcentral/user_files:/opt/meshcentral/meshcentral-files
metube:
container_name: metube
image: alexta69/metube
environment:
- STATE_DIR=/config
- PUID=${PUID}
- PGID=${PGID}
ports:
- 8082:8081
restart: unless-stopped
volumes:
- ${MEDIA_DIR}/videos/youtubedl:/downloads
- ${DOCKERCONFIGS}/metube:/config
monitorr:
container_name: monitorr
image: monitorr/monitorr:latest