Env vars must be str, I guess

This commit is contained in:
niten 2023-07-07 23:15:45 -07:00
parent e6352d0c07
commit 5b052ab9ec
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ in {
environment = {
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;
LEMMY_UI_HTTPS = true;
LEMMY_UI_HTTPS = "false";
PICTRS_OPENTELEMETRY_URL = "http://otel:4137";
RUST_LOG = "debug";
RUST_BACKTRACE = "full";