try pihole network

This commit is contained in:
2026-01-19 09:10:54 -06:00
parent eda60a7fec
commit 9a89b1ee6a
4 changed files with 10 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -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"
]; ];

View File

@@ -29,7 +29,7 @@
hostname = "pihole.esotericbytes.com"; hostname = "pihole.esotericbytes.com";
networks = [ networks = [
"ve-pihole" "docker-main"
]; ];
ports = [ ports = [

View File

@@ -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"