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:
Sipke Schoorstra 2025-02-05 15:08:46 +01:00
parent 69cdc41782
commit 73ab3c9859
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View file

@ -76,3 +76,5 @@ unlist.sh
# build artifacts
/artifacts
/docker/data/

View file

@ -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