Update Dockerfile with curl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user