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