Skip to content

Latest commit

 

History

History
89 lines (74 loc) · 6 KB

README.md

File metadata and controls

89 lines (74 loc) · 6 KB

Oracle APEX Docker Compose Stack

APEX Community APEX 20.1

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

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

Changelog

1.0.0 - Initial Release