Skip to content

Commit

Permalink
mysql 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gam6itko committed Aug 8, 2024
1 parent 868aa6d commit 0a932e5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
sqlserver:
image: mcr.microsoft.com/mssql/server:2019-latest
Expand All @@ -10,8 +8,7 @@ services:
ACCEPT_EULA: "Y"

mysql_latest:
image: mysql:latest
restart: always
image: mysql:8.0
command: --default-authentication-plugin=mysql_native_password
ports:
- "13306:3306"
Expand All @@ -22,10 +19,9 @@ services:

postgres:
image: postgres:12
restart: always
ports:
- "15432:5432"
environment:
POSTGRES_DB: "spiral"
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
POSTGRES_PASSWORD: "postgres"

0 comments on commit 0a932e5

Please sign in to comment.