File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ services:
546
546
- ENABLE_IMAGE_GENERATION=True
547
547
- COMFYUI_BASE_URL=http://stable-diffusion-webui:7860
548
548
networks :
549
- - traefik
549
+ - ai-stack
550
550
volumes :
551
551
- /etc/localtime:/etc/localtime:ro
552
552
- /etc/timezone:/etc/timezone:ro
@@ -566,7 +566,7 @@ services:
566
566
container_name : open-webui
567
567
restart : unless-stopped
568
568
networks :
569
- - traefik
569
+ - ai-stack
570
570
environment :
571
571
- PUID=${PUID:-1000}
572
572
- PGID=${PGID:-1000}
@@ -591,7 +591,7 @@ services:
591
591
image : searxng/searxng:latest
592
592
container_name : searxng
593
593
networks :
594
- - traefik
594
+ - ai-stack
595
595
environment :
596
596
- PUID=${PUID:-1000}
597
597
- PGID=${PGID:-1000}
@@ -640,7 +640,7 @@ services:
640
640
capabilities : [compute, utility]
641
641
restart : unless-stopped
642
642
networks :
643
- - traefik
643
+ - ai-stack
644
644
ports :
645
645
- " 7860:7860" # Add this line to expose the port
646
646
@@ -649,7 +649,7 @@ services:
649
649
env_file :
650
650
- .env
651
651
networks :
652
- - traefik
652
+ - ai-stack
653
653
restart : unless-stopped
654
654
volumes :
655
655
- /etc/localtime:/etc/localtime:ro
@@ -671,7 +671,7 @@ services:
671
671
env_file :
672
672
- .env
673
673
networks :
674
- - traefik
674
+ - ai-stack
675
675
restart : unless-stopped
676
676
volumes :
677
677
- /etc/localtime:/etc/localtime:ro
@@ -703,7 +703,7 @@ services:
703
703
env_file :
704
704
- .env
705
705
networks :
706
- - traefik
706
+ - ai-stack
707
707
volumes :
708
708
- /etc/localtime:/etc/localtime:ro
709
709
- /etc/timezone:/etc/timezone:ro
You can’t perform that action at this time.
0 commit comments