This commit is contained in:
2025-11-11 02:09:39 +00:00
parent 0f75fbf226
commit 8cba1e7fd3
2 changed files with 5 additions and 29 deletions

View File

@@ -1,24 +0,0 @@
services:
postgresSQL:
image: postgres:17-alpine
secrets:
- postgres-master
networks:
- homelab
environment:
- POSTGRES_USER=admin
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres-master
- PGDATA=/var/lib/postgresql/data
volumes:
- /home/doc/projects/unraid-appdata/postgres:/var/lib/postgresql/data
ports:
- 5432:5432
deploy:
replicas: 1
networks:
homelab:
external: true
secrets:
postgres-master:
external: true