mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 11:44:31 +00:00
Update docker-compose.e2e-dbs.yml
This commit is contained in:
@@ -20,29 +20,30 @@ services:
|
||||
retries: 30
|
||||
start_period: 30s
|
||||
|
||||
oracle-db-19.3:
|
||||
# Official Oracle 19.19.0.0 - requires docker login container-registry.oracle.com
|
||||
image: container-registry.oracle.com/database/enterprise:19.3.0.0
|
||||
container_name: oracle-db-19.3
|
||||
platform: linux/amd64
|
||||
ports:
|
||||
- "1522:1521"
|
||||
environment:
|
||||
- ORACLE_SID=ORCLCDB
|
||||
- ORACLE_PDB=ORCLPDB1
|
||||
- ORACLE_PWD=OrCAKF112aaSfAdfdA2Ac3@@!
|
||||
- ORACLE_EDITION=enterprise
|
||||
- ORACLE_CHARACTERSET=AL32UTF8
|
||||
volumes:
|
||||
- oracle-data-19.3:/opt/oracle/oradata
|
||||
shm_size: 2gb
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "sqlplus", "-L", "system/OrCAKF112aaSfAdfdA2Ac3@@!@//localhost:1521/ORCLCDB", "<<<", "SELECT 1 FROM DUAL;"]
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 30
|
||||
start_period: 30s
|
||||
# Oracle DB 19.3 is MASSIVE and takes up a lot of compute in github actions...
|
||||
# oracle-db-19.3:
|
||||
# # Official Oracle 19.19.0.0 - requires docker login container-registry.oracle.com
|
||||
# image: container-registry.oracle.com/database/enterprise:19.3.0.0
|
||||
# container_name: oracle-db-19.3
|
||||
# platform: linux/amd64
|
||||
# ports:
|
||||
# - "1522:1521"
|
||||
# environment:
|
||||
# - ORACLE_SID=ORCLCDB
|
||||
# - ORACLE_PDB=ORCLPDB1
|
||||
# - ORACLE_PWD=OrCAKF112aaSfAdfdA2Ac3@@!
|
||||
# - ORACLE_EDITION=enterprise
|
||||
# - ORACLE_CHARACTERSET=AL32UTF8
|
||||
# volumes:
|
||||
# - oracle-data-19.3:/opt/oracle/oradata
|
||||
# shm_size: 2gb
|
||||
# restart: unless-stopped
|
||||
# healthcheck:
|
||||
# test: ["CMD", "sqlplus", "-L", "system/OrCAKF112aaSfAdfdA2Ac3@@!@//localhost:1521/ORCLCDB", "<<<", "SELECT 1 FROM DUAL;"]
|
||||
# interval: 10s
|
||||
# timeout: 10s
|
||||
# retries: 30
|
||||
# start_period: 30s
|
||||
|
||||
# MySQL Databases
|
||||
mysql-8.4.6:
|
||||
@@ -173,7 +174,7 @@ services:
|
||||
|
||||
volumes:
|
||||
oracle-data-23.8:
|
||||
oracle-data-19.3:
|
||||
# oracle-data-19.3:
|
||||
mysql-data-8.4.6:
|
||||
mysql-data-8.0.29:
|
||||
mysql-data-5.7.31:
|
||||
|
||||
Reference in New Issue
Block a user