Skip to content
Open
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
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: '3.8'

services:
wise-redis:
image: redis:7
image: redis:8
container_name: wise-redis

wise-mysql:
platform: linux/x86_64
image: mysql:8
image: mysql:9
container_name: wise-mysql
environment:
- MYSQL_ROOT_PASSWORD=iamroot
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
- wise-client-build-prod

wise-nginx:
image: nginx:1.26
image: nginx:1.31
container_name: wise-nginx
depends_on:
- wise-client
Expand Down