mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 21:28:02 -05:00
14 lines
288 B
YAML
14 lines
288 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
# build:
|
|
# context: .
|
|
# dockerfile: Dockerfile
|
|
image: icereed/paperless-gpt:unreleased
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
OLLAMA_HOST: 'http://host.docker.internal:11434' # If using Ollama
|
|
env_file:
|
|
- .env
|