feat: add paperclip-db PostgreSQL 17 database service for Paperclip agent orchestrator #44

Open
Hermes wants to merge 2 commits from feat/ai-base-image-temp into master
Showing only changes of commit be4b1ab8c4 - Show all commits

View File

@@ -129,6 +129,22 @@ services:
- "303"
- "26"
paperclip-db:
image: postgres:17
container_name: paperclip-db
restart: always
environment:
- POSTGRES_PASSWORD=${PAPERCLIP_DB_PASSWORD}
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s
timeout: 5s
retries: 10
volumes:
- /mnt/HoardingCow_docker_data/Paperclip/db:/var/lib/postgresql/data
networks:
- ai_backend
networks:
ai_net:
external: true