fix: takahe stuffs
This commit is contained in:
parent
aa0cfb46c8
commit
9e0f00e4d5
2 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ x-takahe-common: &takahe-common
|
|||
TAKAHE_MEDIA_ROOT: "/media"
|
||||
TAKAHE_MEDIA_URL: "https://takahemedia.ixvd.net/"
|
||||
TAKAHE_MAIN_DOMAIN: "takahe.ixvd.net"
|
||||
TAKAHE_CSRF_HOSTS: "['https://takahe.ixvd.net']"
|
||||
env_file:
|
||||
- /etc/ixvd/secrets/env/takahe.env
|
||||
volumes:
|
||||
|
|
|
@ -5,6 +5,8 @@ services:
|
|||
# default nginx setup
|
||||
nginx:
|
||||
build: custom/nginx
|
||||
depends_on:
|
||||
- takahe # it will not start properly without
|
||||
environment:
|
||||
CERTBOT_EMAIL: "webmaster@ixvd.net"
|
||||
CERTBOT_DOMAINS: "kid.ixvd.net,fedi.ixvd.net,matrix.ixvd.net,matrix.neo.ixvd.net,cinny.ixvd.net,search.ixvd.net,pad.ixvd.net,sandbox.pad.ixvd.net,bin.ixvd.net,takahe.ixvd.net,takahemedia.ixvd.net"
|
||||
|
|
Loading…
Reference in a new issue