database-compose.docker-compose_oracle-19c-se.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integration-server-gradle-plugin Show documentation
Show all versions of integration-server-gradle-plugin Show documentation
The easy way to get custom setup for Deploy up and running
version: "3.4"
services:
oracle-19c:
image: gvenzl/oracle-xe:21.3.0-slim
environment:
- ORACLE_PASSWORD=xldrepo
ports:
- "{{DB_PORT}}:1521"