Streamline config and switch to pg15

This commit is contained in:
Bastian Schnorbus
2025-11-15 21:51:13 +01:00
parent 5941117b86
commit 9c62afbadf
7 changed files with 325 additions and 2 deletions

41
compose-solo.yml Executable file
View File

@@ -0,0 +1,41 @@
version: "3.4"
services:
db:
container_name: db-pg
image: docker.io/library/postgres:13
restart: unless-stopped
volumes:
- /volume1/docker/paperless-ngx/pgdata:/var/lib/postgresql/data
environment:
POSTGRES_DB: paperless
POSTGRES_USER: paperless
POSTGRES_PASSWORD: paperless
db-15:
container_name: paperless-postgres-db
image: postgres:15-alpine
restart: unless-stopped
volumes:
- paperless-postgres-db:/var/lib/postgresql/data
environment:
POSTGRES_DB: paperless
POSTGRES_USER: ppldbuser
POSTGRES_PASSWORD: "!Wvnzo3#S57KF0bDF"
adminer:
image: adminer
restart: always
ports:
- 8484:8080
pgadmin:
image: chorss/docker-pgadmin4
ports:
- 5050:5050
volumes:
data:
media:
pgdata:
redisdata: