Switch PostgreSQL to Alpine-based image for consistency

- Change from postgres:15 to postgres:15-alpine
- Maintains consistency with Alpine-based API container
- Smaller image size and better ARM64 support
- All services now use Alpine or minimal base images

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-15 09:20:11 -05:00
parent f910c0d67d
commit 6eab60987e

View File

@@ -2,7 +2,7 @@ version: '3.8'
services: services:
postgres: postgres:
image: postgres:15 image: postgres:15-alpine
environment: environment:
POSTGRES_USER: user POSTGRES_USER: user
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: password