
add Docker Compose configuration files for CMS, Doc, Ionic Mobile, API_TS, and PocketBase services, along with .env file for environment variables and related scripts ```
README
to seed a pocketbase
# this will create a new database and re-initialize tables
$ docker compose up -d
# re-inject data content
$ docker compose exec -it pocketbase sh
$ pocketbase seed_db
# inside docker prompt, press seed_w
/# nodemon -w /pb_hooks --exec "pocketbase seed"