download & stream-dl units + ryot disabled
This commit is contained in:
@@ -60,24 +60,24 @@
|
||||
[ "/var/lib/docker-configs/vocechat:/home/vocechat-server/data" ];
|
||||
environment = { TZ = "America/Mexico_City"; };
|
||||
};
|
||||
ryot = {
|
||||
image = "ghcr.io/ignisda/ryot:latest";
|
||||
ports = [ "8765:8000" ];
|
||||
environment = {
|
||||
TZ = "America/Mexico_City";
|
||||
DATABASE_URL = "postgres:///ryot?host=${postgresSocket}";
|
||||
SERVER_INSECURE_COOKIE = "true";
|
||||
VIDEO_GAMES_TWITCH_CLIENT_ID = "tfu0hw0zbdbu4lco4h72nqkb8krxp9";
|
||||
VIDEO_GAMES_TWITCH_CLIENT_SECRET = "582ecfb01ihv6wnt8zbc9pf3hs9p54";
|
||||
};
|
||||
volumes = [ "${postgresSocket}:${postgresSocket}" ];
|
||||
labels = {
|
||||
"flame.type" = "application";
|
||||
"flame.name" = "Ryot";
|
||||
"flame.url" = "tracker.servidos.lat";
|
||||
"flame.icon" = "radar";
|
||||
};
|
||||
};
|
||||
# ryot = {
|
||||
# image = "ghcr.io/ignisda/ryot:v5.5.0";
|
||||
# ports = [ "8765:8000" ];
|
||||
# environment = {
|
||||
# TZ = "America/Mexico_City";
|
||||
# DATABASE_URL = "postgres:///ryot?host=${postgresSocket}";
|
||||
# # FRONTEND_INSECURE_COOKIES = "true";
|
||||
# VIDEO_GAMES_TWITCH_CLIENT_ID = "tfu0hw0zbdbu4lco4h72nqkb8krxp9";
|
||||
# VIDEO_GAMES_TWITCH_CLIENT_SECRET = "582ecfb01ihv6wnt8zbc9pf3hs9p54";
|
||||
# };
|
||||
# volumes = [ "${postgresSocket}:${postgresSocket}" ];
|
||||
# labels = {
|
||||
# "flame.type" = "application";
|
||||
# "flame.name" = "Ryot";
|
||||
# "flame.url" = "tracker.servidos.lat";
|
||||
# "flame.icon" = "radar";
|
||||
# };
|
||||
# };
|
||||
multi-scrobbler = {
|
||||
image = "foxxmd/multi-scrobbler";
|
||||
ports = [ "9078:9078" ];
|
||||
|
||||
Reference in New Issue
Block a user