chore: docker-compose updated

This commit is contained in:
Jack Wills
2025-08-21 18:44:32 +00:00
parent bb1fe019be
commit 2c0833a21c
+2 -2
View File
@@ -4,7 +4,7 @@ networks:
name: oxker-examaple-net
services:
postgres:
image: postgres:alpine3.21
image: postgres:17-alpine
container_name: postgres
environment:
- POSTGRES_PASSWORD=never_use_this_password_in_production
@@ -18,7 +18,7 @@ services:
limits:
memory: 1024M
redis:
image: redis:alpine3.21
image: redis:latest
container_name: redis
ipc: private
restart: always