Initial commit

This commit is contained in:
rnsrk 2025-04-22 22:37:49 +02:00
commit 8475a0bb1d
49 changed files with 6299 additions and 0 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
```