paperless-gpt/docker-compose.yml

10 lines
132 B
YAML
Raw Permalink Normal View History

2024-09-23 07:59:50 -05:00
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080"
env_file:
- .env