metube and jira

This commit is contained in:
2024-03-28 13:34:04 -06:00
parent 8b10e9020f
commit ff98822668
3 changed files with 105 additions and 88 deletions

View File

@@ -41,6 +41,18 @@
# };
# extraOptions = [ "--cap-add" "MKNOD" ];
# };
# metube = {
# image = "ghcr.io/alexta69/metube";
# ports = [ "8881:8081" ];
# volumes = [
# "/var/lib/docker-configs/metube:/downloads"
# "/home/jawz/.local/share/cookies.txt:/cookies.txt"
# ];
# environment = {
# TZ = "America/Mexico_City";
# YTDL_OPTIONS = ''{"cookiefile":"/cookies.txt"}'';
# };
# };
vocechat = {
image = "privoce/vocechat-server:latest";
ports = [ "3001:3000" ];