feat: update docker-compose.yml for selfhost

This commit is contained in:
alyssa 2025-04-13 22:05:14 +00:00
parent 437ea72ed4
commit 292c182eb2
9 changed files with 68 additions and 84 deletions

View file

@ -24,6 +24,9 @@ pub struct DiscordConfig {
#[serde(default = "_default_api_addr")]
pub cache_api_addr: String,
#[serde(default)]
pub gateway_target: Option<String>,
}
#[derive(Deserialize, Debug)]