docker-compose: fix typos

pull/401/head
Mike Lang 3 months ago committed by Mike Lang
parent 44f4433cad
commit 48725ac739

@ -134,7 +134,7 @@
desertbus_slow: {type: "youtube", cut_type: "full"}, desertbus_slow: {type: "youtube", cut_type: "full"},
desertbus_emergency: {type: "youtube", cut_type: "fast"}, desertbus_emergency: {type: "youtube", cut_type: "fast"},
// Non-uploading backend that lets us modify manually-updated youtube videos // Non-uploading backend that lets us modify manually-updated youtube videos
"youtube-manual": {type: "youtube", no_uploader: true}. "youtube-manual": {type: "youtube", no_uploader: true},
}, },
default_location:: "desertbus", default_location:: "desertbus",
// archive location is the default location for archive events, // archive location is the default location for archive events,
@ -462,7 +462,7 @@
type: "playlists", type: "playlists",
worksheets: [$.playlist_worksheet], worksheets: [$.playlist_worksheet],
}, },
] + (if $.archive_worksheet == null then [] else { ] + (if $.archive_worksheet == null then [] else [
sync_sheet_base + { sync_sheet_base + {
name: "sheet-archive", name: "sheet-archive",
type: "archive", type: "archive",
@ -473,7 +473,7 @@
allocate_ids: true, allocate_ids: true,
reverse_sync: false, reverse_sync: false,
} }
}), ]),
local sync_streamlog_base = { local sync_streamlog_base = {
backend: "streamlog", backend: "streamlog",
creds: "/etc/streamlog-token.txt", creds: "/etc/streamlog-token.txt",

Loading…
Cancel
Save