Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: redis:latest
restart: always
container_name: integration-tests-ioredis-dc
ports:
- '6382:6379'
healthcheck:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ services:
db:
image: apache/kafka:latest
restart: always
container_name: integration-tests-kafka
ports:
- '9092:9092'
healthcheck:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db_mysql2:
image: mysql:8
restart: always
container_name: integration-tests-knex-mysql2
ports:
- '3307:3306'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db_postgres:
image: postgres:13
restart: always
container_name: integration-tests-knex-postgres
ports:
- '5445:5432'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ services:
db:
image: mysql:8
restart: always
container_name: integration-tests-mysql2-dc
ports:
- '3308:3306'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ services:
db:
image: mysql:8
restart: always
container_name: integration-tests-mysql
ports:
- '3306:3306'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: postgres:13
restart: always
container_name: integration-tests-postgres-streamed
ports:
- '5495:5432'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: postgres:13
restart: always
container_name: integration-tests-postgres
ports:
- '5494:5432'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: postgres:13
restart: always
container_name: integration-tests-postgresjs
ports:
- '5444:5432'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: postgres:13
restart: always
container_name: integration-tests-prisma-v5
ports:
- '5433:5432'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: postgres:13
restart: always
container_name: integration-tests-prisma-v6
ports:
- '5434:5432'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: postgres:13
restart: always
container_name: integration-tests-prisma-v7
ports:
- '5435:5432'
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: redis:latest
restart: always
container_name: integration-tests-redis-cache
ports:
- '6383:6379'
healthcheck:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: redis:latest
restart: always
container_name: integration-tests-redis-dc
ports:
- '6381:6379'
healthcheck:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: redis:latest
restart: always
container_name: integration-tests-redis
ports:
- '6380:6379'
healthcheck:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
db:
image: mcr.microsoft.com/mssql/server:2022-latest
restart: always
container_name: integration-tests-tedious
ports:
- '1433:1433'
environment:
Expand Down
Loading