oracle-apex-docker-stack
oracle-apex-docker-stack copied to clipboard
Deploy a complete Oracle APEX Development stack on Docker using Docker Compose. This stack is base on the Oracle Database, and Oracle REST Data Services (ORDS) image builds defined in this repository.
Oracle APEX Docker Compose Stack
Deploy a complete Oracle APEX Development stack on Docker using Docker Compose. This stack is base on the Oracle Database, and Oracle REST Data Services (ORDS) image builds defined in this repository.
The following article provides a description of this stack definition -> Docker : Oracle APEX Stack - Docker Compose
-
Oracle APEX Stack on Docker
- Preview
-
Software
- Directory structure
-
How to use
- Run the stack
- Credits
- Changelog
Preview
Software
Due to licensing restrictions I can't host these files in Github or elsewhere.
As such, you'll need to download them manually. Download the following files and store them in the respective software
folder.
Directory structure
Directory contents when software is included.
.
ol7_ords
├── Dockerfile
├── README.md
├── scripts
│ ├── healthcheck.sh
│ ├── install_os_packages.sh
│ ├── ords_software_installation.sh
│ ├── server.xml
│ └── start.sh
└── software
├── apache-tomcat-9.0.37.tar.gz
├── apex_20.1.zip
├── OpenJDK11U-jdk_x64_linux_hotspot_11.0.8_10.tar.gz
├── ords-20.2.0.178.1804.zip
├── put_software_here.txt
└── sqlcl-20.2.0.174.1557.zip
ol7_19
├── Dockerfile
├── README.md
├── scripts
│ ├── healthcheck.sh
│ └── start.sh
└── software
├── apex_20.1.zip
├── LINUX.X64_193000_db_home.zip
└── put_software_here.txt
How To use
Run the stack
docker-compose up
Credits
Oracle-base docker files by Tim Hall