Skip to content

Commit d293c98

Browse files
committed
Add oracle.yml
1 parent 8666fe8 commit d293c98

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

mt/oracle.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: "3"
2+
services:
3+
db:
4+
image: ${DOCKER_ORACLE_IMAGE:-container-registry.oracle.com/database/free:latest}
5+
environment:
6+
ORACLE_PWD: password
7+
volumes:
8+
- "${DOCKER_ORACLE_VOLUME:-oracle23c}:/opt/oracle/oradata"
9+
command:
10+
- "/bin/bash"
11+
- "-c"
12+
- "$ORACLE_BASE/$RUN_FILE"
13+
volumes:
14+
oracle23c:
15+
driver: local

0 commit comments

Comments
 (0)