diff --git a/compose_paperless-ai.yaml b/compose_paperless-ai.yaml new file mode 100644 index 0000000..11ea9e3 --- /dev/null +++ b/compose_paperless-ai.yaml @@ -0,0 +1,14 @@ +version: "3.9" + +services: + paperless-ai: + image: paperlessai/paperless-ai:latest + container_name: paperless-ai + restart: unless-stopped + + environment: + TIMEZONE: "Europe/Zurich" + LOG_LEVEL: "info" + + volumes: + - /opt/paperless-ai:/data \ No newline at end of file