Update Dockerfile with curl

This commit is contained in:
Eric Gullickson
2025-12-20 09:50:00 -06:00
parent 2174a1b1e3
commit b9801d5f3b
7 changed files with 148 additions and 16 deletions

View File

@@ -143,7 +143,7 @@ services:
# Database Services - Application PostgreSQL
mvp-postgres:
image: postgres:15-alpine
image: postgres:18-alpine
container_name: mvp-postgres
restart: unless-stopped
environment:
@@ -168,7 +168,7 @@ services:
# Database Services - Application Redis
mvp-redis:
image: redis:7-alpine
image: redis:8.4-alpine
container_name: mvp-redis
restart: unless-stopped
command: redis-server --appendonly yes