init stacks

This commit is contained in:
tan-docker
2026-03-21 14:12:55 +01:00
commit d3e8da2e25
1919 changed files with 200787 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
services:
infra-assistant:
build:
context: ./api
container_name: infra-assistant
working_dir: /app
ports:
- 8008:8000
volumes:
- ./api:/app/api
env_file:
- .env
networks:
tan-network:
ipv4_address: 10.10.0.140
ollama:
image: ollama/ollama
container_name: ollama
volumes:
- ollama:/root/.ollama
networks:
tan-network:
ipv4_address: 10.10.0.141
networks:
tan-network:
external: true
volumes:
ollama: null