Add ORACLE support (#734)

This commit is contained in:
Roman Demidov
2024-05-27 13:57:11 +03:00
committed by GitHub
parent b4e29f9695
commit bbfc86a1e0
8 changed files with 171 additions and 1 deletions

17
tests/oracle/README.md Normal file
View File

@ -0,0 +1,17 @@
## Stand Documentserver with oracle
### How it works
For deploy stand:
**STEP 1**: Build you own images:
```bash
sudo docker-compose build
```
**STEP 2**: Wait build complete and when:
```bash
sudo docker-compose up -d
```