fix: python is quirky
This commit is contained in:
parent
9e0f00e4d5
commit
c291e5490e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ x-takahe-common: &takahe-common
|
||||||
TAKAHE_MEDIA_ROOT: "/media"
|
TAKAHE_MEDIA_ROOT: "/media"
|
||||||
TAKAHE_MEDIA_URL: "https://takahemedia.ixvd.net/"
|
TAKAHE_MEDIA_URL: "https://takahemedia.ixvd.net/"
|
||||||
TAKAHE_MAIN_DOMAIN: "takahe.ixvd.net"
|
TAKAHE_MAIN_DOMAIN: "takahe.ixvd.net"
|
||||||
TAKAHE_CSRF_HOSTS: "['https://takahe.ixvd.net']"
|
TAKAHE_CSRF_HOSTS: '["https://takahe.ixvd.net"]'
|
||||||
env_file:
|
env_file:
|
||||||
- /etc/ixvd/secrets/env/takahe.env
|
- /etc/ixvd/secrets/env/takahe.env
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue