More Docker Compose work
This commit is contained in:
25
README.md
25
README.md
@@ -1,5 +1,30 @@
|
||||
This can be used to create a Docker server cluster for the Aether App using Flask, Aether API using FastAPI.
|
||||
|
||||
## Initialize
|
||||
### Part 1
|
||||
```bash
|
||||
sudo mkdir /srv/env
|
||||
sudo chown -R scott:scott /srv/env/
|
||||
git clone https://scott_idem@bitbucket.org/oneskyit/one-sky-it-container-environment.git /srv/env/test_aether
|
||||
|
||||
ln -s /srv/http/dev_app.oneskyit.com /srv/env/test_aether/srv/aether_app_ln
|
||||
ln -s /srv/http/dev_fastapi.oneskyit.com /srv/env/test_aether/srv/aether_api_ln
|
||||
ln -s /mnt/data/speaker_ready/hosted_tmp /srv/env/test_aether/srv/hosted_tmp_ln
|
||||
ln -s /mnt/data/speaker_ready/hosted_files /srv/env/test_aether/srv/hosted_files_ln
|
||||
|
||||
ls -lha /srv/env/test_aether/srv/aether_app_ln/
|
||||
ls -lha /srv/env/test_aether/srv/aether_api_ln/
|
||||
ls -lha /srv/env/test_aether/srv/hosted_tmp_ln/
|
||||
ls -lha /srv/env/test_aether/srv/hosted_files_ln/
|
||||
````
|
||||
|
||||
### Part 2
|
||||
```bash
|
||||
sudo ls -lha /var/lib/mysql/
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Common:
|
||||
* conf/ = All config files
|
||||
* logs/ = All log files
|
||||
|
||||
Reference in New Issue
Block a user