fix: also account for revite environment

pull/112/head
Paul Makles 4 months ago
parent 68bb3c43c7
commit b174491c03
No known key found for this signature in database

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

@ -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

Loading…
Cancel
Save