diff options
-rw-r--r-- | docker-compose.yml | 6 | ||||
-rw-r--r-- | etc/Caddyfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 701b5b3..a13d9b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -141,7 +141,7 @@ services: max-file: "5" environment: - - REMARK_URL=https://comments.neonxp.dev + - REMARK_URL=https://comments.neonxp.ru - SITE=neonxp_dev - SECRET=8Wwt1o6G5nVBMJot - DEBUG=false @@ -149,7 +149,7 @@ services: - AUTH_TELEGRAM=true - AUTH_EMAIL_FROM=i@neonxp.dev - NOTIFY_EMAIL_FROM=i@neonxp.dev - - AUTH_EMAIL_SUBJ=NeonXP.dev comments + - AUTH_EMAIL_SUBJ=NeonXP.ru comments - NOTIFY_USERS=telegram,email - NOTIFY_ADMINS=telegram,email - NOTIFY_TELEGRAM_CHAN=760557 @@ -161,7 +161,7 @@ services: - SMTP_LOGIN_AUTH=true - SMTP_TLS=true - EMOJI=true - - ALLOWED_HOSTS=neonxp.dev + - ALLOWED_HOSTS=neonxp.dev,neonxp.ru - AUTH_SAME_SITE=none - ADMIN_SHARED_ID=email_0298a691a8d2e6e6e539bccdff2e30eca6df0280,telegram_b4201451070ba78a1742cd54d4223eccc0249c1a # Enable it only for the initial comment import or for manual backups. diff --git a/etc/Caddyfile b/etc/Caddyfile index 652cb4b..2408849 100644 --- a/etc/Caddyfile +++ b/etc/Caddyfile @@ -13,7 +13,7 @@ gist.neonxp.dev { reverse_proxy opengist_server:6157 } -comments.neonxp.dev { +comments.neonxp.ru { reverse_proxy remark_server:8080 } |