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