This commit is contained in:
SPRINX0\prochazka
2025-01-29 08:38:43 +01:00
parent 425ed5a3f4
commit e552be8634
3 changed files with 17 additions and 3 deletions

View File

@@ -95,7 +95,8 @@ jobs:
- '15005:8123' - '15005:8123'
oracle-integr: oracle-integr:
image: 'gvenzl/oracle-xe:21-slim' image: 'gvenzl/oracle-xe:21-slim'
'env:ORACLE_PASSWORD': Pwd2020Db env:
ORACLE_PASSWORD: Pwd2020Db
ports: ports:
- '15006:1521' - '15006:1521'
postgres-cypress: postgres-cypress:

View File

@@ -1,4 +1,4 @@
CONNECTIONS=mysql,postgres CONNECTIONS=mysql,postgres,mongo,redis
LABEL_mysql=MySql-connection LABEL_mysql=MySql-connection
SERVER_mysql=localhost SERVER_mysql=localhost
@@ -15,3 +15,15 @@ PASSWORD_postgres=Pwd2020Db
PORT_postgres=16000 PORT_postgres=16000
ENGINE_postgres=postgres@dbgate-plugin-postgres ENGINE_postgres=postgres@dbgate-plugin-postgres
DBCONFIG_postgres=[{"name":"PgChinook","connectionColor":"red"}] DBCONFIG_postgres=[{"name":"PgChinook","connectionColor":"red"}]
LABEL_mongo=Mongo-connection
SERVER_mongo=localhost
USER_mongo=root
PASSWORD_mongo=Pwd2020Db
PORT_mongo=16010
ENGINE_mongo=mongo@dbgate-plugin-mongo
LABEL_redis=Redis-connection
SERVER_redis=localhost
ENGINE_redis=redis@dbgate-plugin-redis
PORT_redis=16011

View File

@@ -115,7 +115,8 @@ jobs:
oracle-integr: oracle-integr:
image: gvenzl/oracle-xe:21-slim image: gvenzl/oracle-xe:21-slim
env:ORACLE_PASSWORD: Pwd2020Db env:
ORACLE_PASSWORD: Pwd2020Db
ports: ports:
- 15006:1521 - 15006:1521