mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00

This commit adapts to the latest breaking changes from Gotenberg 7. It also freezes the usage of the Gotenberg server to v7.x. Doing this prevents further breaking changes leaking in our code base. * refs #1250
5 lines
242 B
Bash
Executable File
5 lines
242 B
Bash
Executable File
docker run -p 5432:5432 -e POSTGRES_PASSWORD=password -v paperless_pgdata:/var/lib/postgresql/data -d postgres:13
|
|
docker run -d -p 6379:6379 redis:latest
|
|
docker run -p 3000:3000 -d gotenberg/gotenberg:7
|
|
docker run -p 9998:9998 -d apache/tika
|