From 2d0be6dfc12a472e47931708fc98d56ff4b22242 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 18:06:14 +0000 Subject: [PATCH] Add AI_Containers/ollama/compose.yaml --- AI_Containers/ollama/compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 AI_Containers/ollama/compose.yaml diff --git a/AI_Containers/ollama/compose.yaml b/AI_Containers/ollama/compose.yaml new file mode 100644 index 0000000..e2a206c --- /dev/null +++ b/AI_Containers/ollama/compose.yaml @@ -0,0 +1,7 @@ + networks: + - traefik + restart: unless-stopped + +networks: + traefik: + driver: bridge \ No newline at end of file