fuck
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
tls {
|
tls {
|
||||||
get_certificate tailscale
|
get_certificate tailscale
|
||||||
}
|
}
|
||||||
reverse_proxy localhost:8080
|
reverse_proxy localhost:8081
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
image = "icereed/paperless-gpt:latest";
|
image = "icereed/paperless-gpt:latest";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [
|
ports = [
|
||||||
"127.0.0.1:8080:8080"
|
"127.0.0.1:8081:8080"
|
||||||
];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
"paperless-gpt-data:/app/data"
|
"paperless-gpt-data:/app/data"
|
||||||
|
|||||||
Reference in New Issue
Block a user