Simplify Oracle setup directory structure
Moved Oracle setup scripts to a more intuitive directory (`docker/setup`) and updated corresponding volume mappings in `docker-compose.yml`. Adjusted `.gitignore` to exclude the new `docker/data/` directory. This change improves organization and clarity for Oracle-related files.
This commit is contained in:
parent
69cdc41782
commit
73ab3c9859
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -76,3 +76,5 @@ unlist.sh
|
|||
|
||||
# build artifacts
|
||||
/artifacts
|
||||
|
||||
/docker/data/
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@
|
|||
- "1521:1521"
|
||||
- "5500:5500"
|
||||
volumes:
|
||||
- ./oracle-data-free1:/opt/oracle/oradata
|
||||
- ./oracle-setup:/opt/oracle/scripts/setup
|
||||
- ./data/oracle-data:/opt/oracle/oradata
|
||||
- ./setup/oracle-setup:/opt/oracle/scripts/setup
|
||||
|
||||
mongodb:
|
||||
image: mongo:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue