fix(teedy): allow acces to host network for postgresql
This commit is contained in:
parent
9adabbba63
commit
76a93921a4
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ in
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/teedy/data:/data"
|
"/var/lib/teedy/data:/data"
|
||||||
];
|
];
|
||||||
|
# allow acces to host network, for postgresql
|
||||||
|
extraOptions = [ "--network=host" ];
|
||||||
environment = {
|
environment = {
|
||||||
DOCS_BASE_URL = fqdn;
|
DOCS_BASE_URL = fqdn;
|
||||||
DOCS_ADMIN_EMAIL_INIT = "khais.colin@gmail.com";
|
DOCS_ADMIN_EMAIL_INIT = "khais.colin@gmail.com";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue