try pihole network
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
config = lib.mkIf config.sysconfig.docker.enable {
|
config = lib.mkIf config.sysconfig.docker.enable {
|
||||||
|
|
||||||
networking.nat.internalInterfaces = [ "docker0" ];
|
networking.nat.internalInterfaces = [ "docker0" "docker-main" ];
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker = {
|
docker = {
|
||||||
|
|||||||
@@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
hostname = "ollama.esotericbytes.com";
|
hostname = "ollama.esotericbytes.com";
|
||||||
|
|
||||||
|
/*networks = [
|
||||||
|
"docker-main"
|
||||||
|
];*/
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"127.0.0.1:11434:11434"
|
"127.0.0.1:11434:11434"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
hostname = "pihole.esotericbytes.com";
|
hostname = "pihole.esotericbytes.com";
|
||||||
|
|
||||||
networks = [
|
networks = [
|
||||||
"ve-pihole"
|
"docker-main"
|
||||||
];
|
];
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
|
|||||||
@@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
hostname = "portainer.esotericbytes.com";
|
hostname = "portainer.esotericbytes.com";
|
||||||
|
|
||||||
|
/*networks = [
|
||||||
|
"docker-main"
|
||||||
|
];*/
|
||||||
|
|
||||||
ports = [
|
ports = [
|
||||||
"127.0.0.1:8000:8000"
|
"127.0.0.1:8000:8000"
|
||||||
"127.0.0.1:9000:9000"
|
"127.0.0.1:9000:9000"
|
||||||
|
|||||||
Reference in New Issue
Block a user