Update to NixOS 21.11 #54
|
@ -27,7 +27,7 @@ http {
|
|||
#gzip on;
|
||||
|
||||
upstream php-handler {
|
||||
server nextcloud-nextcloud:9000;
|
||||
server localhost:9000;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
environment = {
|
||||
DB_TYPE = "postgres";
|
||||
DB_HOST = "gitea-postgres:5432";
|
||||
DB_HOST = "localhost:5432";
|
||||
DB_NAME = "gitea";
|
||||
DB_USER = "gitea";
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
environment = {
|
||||
POSTGRES_DB = "nextcloud";
|
||||
POSTGRES_USER = "nextcloud";
|
||||
POSTGRES_HOST = "nextcloud-postgres";
|
||||
POSTGRES_HOST = "localhost";
|
||||
OVERWRITEPROTOCOL = "https";
|
||||
TRUSTED_PROXIES = "127.0.0.1";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue