Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
# Redis (for rate limiting, queues, pub/sub)
# ==========================================================================
redis:
image: redis:7-alpine
image: redis:8-alpine
container_name: agentgate-redis
# Not exposed to host — only accessible within the internal network
expose:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
# Redis (for rate limiting, queues, pub/sub)
# ==========================================================================
redis:
image: redis:7-alpine
image: redis:8-alpine
container_name: agentgate-redis
# Ports not exposed to host by default for security.
# To expose for debugging, use: docker-compose -f docker-compose.yml -f docker-compose.override.yml up
Expand Down
Loading