fix: also account for revite environment

This commit is contained in:
Paul Makles
2024-10-27 21:48:05 +00:00
parent 68bb3c43c7
commit b174491c03
2 changed files with 2 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ services:
web:
image: ghcr.io/revoltchat/client:master
restart: always
env_file: .env.web
# File server (autumn)
autumn:

View File

@@ -2,6 +2,7 @@
# set hostname for Caddy
echo "HOSTNAME=https://$1" > .env.web
echo "REVOLT_PUBLIC_URL=https://$1" >> .env.web
# hostnames
echo "[hosts]" >> Revolt.toml