-
-
Save jayunit100/4976427bb90f036c98dfb0fd7b79da55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./build/docker-compose/ | |
| ├── dev | |
| │ ├── docker-compose | |
| │ │ ├── bin | |
| │ │ │ ├── hub_add_replication_user.sh | |
| │ │ │ ├── hub_create_data_dump.sh | |
| │ │ │ ├── hub_db_migrate.sh | |
| │ │ │ ├── hub_replication_changepassword.sh | |
| │ │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ │ └── system_check.sh | |
| │ │ ├── docker-compose.dbmigrate.yml | |
| │ │ ├── docker-compose.externaldb.yml | |
| │ │ ├── docker-compose.yml | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ └── hub-webserver.env | |
| │ ├── docker-run | |
| │ │ ├── bin | |
| │ │ │ ├── hub_add_replication_user.sh | |
| │ │ │ ├── hub_create_data_dump.sh | |
| │ │ │ ├── hub_db_migrate.sh | |
| │ │ │ ├── hub_replication_changepassword.sh | |
| │ │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ │ └── system_check.sh | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ └── hub-webserver.env | |
| │ ├── docker-swarm | |
| │ │ ├── bin | |
| │ │ │ ├── hub_add_replication_user.sh | |
| │ │ │ ├── hub_create_data_dump.sh | |
| │ │ │ ├── hub_db_migrate.sh | |
| │ │ │ ├── hub_replication_changepassword.sh | |
| │ │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ │ └── system_check.sh | |
| │ │ ├── docker-compose.dbmigrate.yml | |
| │ │ ├── docker-compose.externaldb.yml | |
| │ │ ├── docker-compose.yml | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ └── hub-webserver.env | |
| │ ├── kubernetes | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ ├── hub-webserver.env | |
| │ │ ├── kubernetes-post-db.yml | |
| │ │ └── kubernetes-pre-db.yml | |
| │ └── openshift | |
| │ ├── external-postgres-init.pgsql | |
| │ ├── hub-postgres.env | |
| │ ├── hub-proxy.env | |
| │ ├── hub-webserver.env | |
| │ └── openshift.yml | |
| ├── main | |
| │ ├── docker-compose | |
| │ │ ├── bin | |
| │ │ │ ├── hub_add_replication_user.sh | |
| │ │ │ ├── hub_create_data_dump.sh | |
| │ │ │ ├── hub_db_migrate.sh | |
| │ │ │ ├── hub_replication_changepassword.sh | |
| │ │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ │ └── system_check.sh | |
| │ │ ├── docker-compose.dbmigrate.yml | |
| │ │ ├── docker-compose.externaldb.yml | |
| │ │ ├── docker-compose.yml | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ └── hub-webserver.env | |
| │ ├── docker-run | |
| │ │ ├── bin | |
| │ │ │ ├── hub_add_replication_user.sh | |
| │ │ │ ├── hub_create_data_dump.sh | |
| │ │ │ ├── hub_db_migrate.sh | |
| │ │ │ ├── hub_replication_changepassword.sh | |
| │ │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ │ └── system_check.sh | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ └── hub-webserver.env | |
| │ ├── docker-swarm | |
| │ │ ├── bin | |
| │ │ │ ├── hub_add_replication_user.sh | |
| │ │ │ ├── hub_create_data_dump.sh | |
| │ │ │ ├── hub_db_migrate.sh | |
| │ │ │ ├── hub_replication_changepassword.sh | |
| │ │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ │ └── system_check.sh | |
| │ │ ├── docker-compose.dbmigrate.yml | |
| │ │ ├── docker-compose.externaldb.yml | |
| │ │ ├── docker-compose.yml | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ └── hub-webserver.env | |
| │ ├── kubernetes | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ ├── hub-webserver.env | |
| │ │ ├── kubernetes-post-db.yml | |
| │ │ └── kubernetes-pre-db.yml | |
| │ └── openshift | |
| │ ├── external-postgres-init.pgsql | |
| │ ├── hub-postgres.env | |
| │ ├── hub-proxy.env | |
| │ ├── hub-webserver.env | |
| │ └── openshift.yml | |
| ├── onPrem | |
| │ ├── docker-compose | |
| │ │ ├── bin | |
| │ │ │ ├── hub_add_replication_user.sh | |
| │ │ │ ├── hub_create_data_dump.sh | |
| │ │ │ ├── hub_db_migrate.sh | |
| │ │ │ ├── hub_replication_changepassword.sh | |
| │ │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ │ └── system_check.sh | |
| │ │ ├── docker-compose.dbmigrate.yml | |
| │ │ ├── docker-compose.externaldb.yml | |
| │ │ ├── docker-compose.yml | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ ├── hub-webserver.env | |
| │ │ └── kb.env | |
| │ ├── docker-run | |
| │ │ ├── bin | |
| │ │ │ ├── hub_add_replication_user.sh | |
| │ │ │ ├── hub_create_data_dump.sh | |
| │ │ │ ├── hub_db_migrate.sh | |
| │ │ │ ├── hub_replication_changepassword.sh | |
| │ │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ │ └── system_check.sh | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ ├── hub-webserver.env | |
| │ │ └── kb.env | |
| │ ├── docker-swarm | |
| │ │ ├── bin | |
| │ │ │ ├── hub_add_replication_user.sh | |
| │ │ │ ├── hub_create_data_dump.sh | |
| │ │ │ ├── hub_db_migrate.sh | |
| │ │ │ ├── hub_replication_changepassword.sh | |
| │ │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ │ └── system_check.sh | |
| │ │ ├── docker-compose.dbmigrate.yml | |
| │ │ ├── docker-compose.externaldb.yml | |
| │ │ ├── docker-compose.yml | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ ├── hub-webserver.env | |
| │ │ └── kb.env | |
| │ ├── kubernetes | |
| │ │ ├── external-postgres-init.pgsql | |
| │ │ ├── hub-postgres.env | |
| │ │ ├── hub-proxy.env | |
| │ │ ├── hub-webserver.env | |
| │ │ ├── kb.env | |
| │ │ ├── kubernetes-post-db.yml | |
| │ │ └── kubernetes-pre-db.yml | |
| │ └── openshift | |
| │ ├── external-postgres-init.pgsql | |
| │ ├── hub-postgres.env | |
| │ ├── hub-proxy.env | |
| │ ├── hub-webserver.env | |
| │ ├── kb.env | |
| │ └── openshift.yml | |
| └── perfTest | |
| ├── docker-compose | |
| │ ├── bin | |
| │ │ ├── hub_add_replication_user.sh | |
| │ │ ├── hub_create_data_dump.sh | |
| │ │ ├── hub_db_migrate.sh | |
| │ │ ├── hub_replication_changepassword.sh | |
| │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ └── system_check.sh | |
| │ ├── docker-compose.dbmigrate.yml | |
| │ ├── docker-compose.externaldb.yml | |
| │ ├── docker-compose.yml | |
| │ ├── external-postgres-init.pgsql | |
| │ ├── hub-postgres.env | |
| │ ├── hub-proxy.env | |
| │ ├── hub-webserver.env | |
| │ └── tank-proxy.env | |
| ├── docker-run | |
| │ ├── bin | |
| │ │ ├── hub_add_replication_user.sh | |
| │ │ ├── hub_create_data_dump.sh | |
| │ │ ├── hub_db_migrate.sh | |
| │ │ ├── hub_replication_changepassword.sh | |
| │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ └── system_check.sh | |
| │ ├── external-postgres-init.pgsql | |
| │ ├── hub-postgres.env | |
| │ ├── hub-proxy.env | |
| │ ├── hub-webserver.env | |
| │ └── tank-proxy.env | |
| ├── docker-swarm | |
| │ ├── bin | |
| │ │ ├── hub_add_replication_user.sh | |
| │ │ ├── hub_create_data_dump.sh | |
| │ │ ├── hub_db_migrate.sh | |
| │ │ ├── hub_replication_changepassword.sh | |
| │ │ ├── hub_reportdb_changepassword.sh | |
| │ │ └── system_check.sh | |
| │ ├── docker-compose.dbmigrate.yml | |
| │ ├── docker-compose.externaldb.yml | |
| │ ├── docker-compose.yml | |
| │ ├── external-postgres-init.pgsql | |
| │ ├── hub-postgres.env | |
| │ ├── hub-proxy.env | |
| │ ├── hub-webserver.env | |
| │ └── tank-proxy.env | |
| ├── kubernetes | |
| │ ├── external-postgres-init.pgsql | |
| │ ├── hub-postgres.env | |
| │ ├── hub-proxy.env | |
| │ ├── hub-webserver.env | |
| │ ├── kubernetes-post-db.yml | |
| │ ├── kubernetes-pre-db.yml | |
| │ └── tank-proxy.env | |
| └── openshift | |
| ├── external-postgres-init.pgsql | |
| ├── hub-postgres.env | |
| ├── hub-proxy.env | |
| ├── hub-webserver.env | |
| ├── openshift.yml | |
| └── tank-proxy.env | |
| 36 directories, 198 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment