this repo is design to store docker-web apps, an app is a pre-configured docker-compose web application following the structure details below.
.
├─ apps/
│ ├─ wordpress/
│ │ ├── config.sh app configurations
│ │ ├── docker-compose.yml app docker structure
│ │ ├── logo.svg app icon
│ │ ├── nginx.conf nginx configurations (optional)
│ │ ├── post-install.sh script executed before the app is launched (optional)
│ │ ├── pre-install.sh script executed after the app is launched (optional)
│ │ └── README.md
│ └─ nextcloud/
│ ├─ docker-compose.yml
│ └─ nginx.conf
├─ archives/
│ ├─ wordpress-1.0.0.tar.gz tarballs of apps ready to be downloaded from a docker-web instance (auto generated)
│ └─ nextcloud-1.0.0.tar.gz
└─ index.json list of available apps in store (auto generated)