docker: update docker files for ai/regular versions, lint
This commit is contained in:
parent
a1bcd4562a
commit
38e6fcc1b3
3 changed files with 25 additions and 1 deletions
15
docker-compose.yml.ai.example
Normal file
15
docker-compose.yml.ai.example
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
services:
|
||||||
|
kowalski:
|
||||||
|
build: .
|
||||||
|
container_name: kowalski
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./.env:/usr/src/app/.env:ro
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=production
|
||||||
|
ollama:
|
||||||
|
image: ollama/ollama
|
||||||
|
container_name: kowalski-ollama
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./ollama:/root/.ollama
|
9
docker-compose.yml.example
Normal file
9
docker-compose.yml.example
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
services:
|
||||||
|
kowalski:
|
||||||
|
build: .
|
||||||
|
container_name: kowalski
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./.env:/usr/src/app/.env:ro
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=production
|
Loading…
Add table
Add a link
Reference in a new issue