components-contrib/.github/infrastructure/docker-compose-oracledataba...

10 lines
196 B
YAML

version: '3'
services:
oracledatabase:
# Uses "Express Edition"
image: gvenzl/oracle-xe:11-slim-faststart
ports:
- "1521:1521"
environment:
- ORACLE_PASSWORD=daprdev