1
0
Fork 0
1Panel-Appstore/ollama/0.3.14/docker-compose.yml

17 lines
341 B
YAML

services:
ollama:
image: ollama/ollama:0.3.14
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:
- ${PANEL_APP_PORT_HTTP}:11434
networks:
- 1panel-network
tty: true
volumes:
- ./data:/root/.ollama
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true