e2e tests data

This commit is contained in:
SPRINX0\prochazka
2025-01-28 18:40:14 +01:00
parent 9e06944fe7
commit 07021ae760
21 changed files with 23919 additions and 6 deletions

View File

@@ -115,8 +115,7 @@ jobs:
oracle-integr:
image: gvenzl/oracle-xe:21-slim
env:
ORACLE_PASSWORD: Pwd2020Db
env:ORACLE_PASSWORD: Pwd2020Db
ports:
- 15006:1521
@@ -154,3 +153,16 @@ jobs:
image: ghcr.io/dbgate/dex:latest
ports:
- 16009:5556
mongo:
image: mongo:4.0.12
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: Pwd2020Db
ports:
- 16010:27017
redis:
image: redis
ports:
- 16011:6379