Skip to content

docker-web/store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-web Store

Store for Docker-web apps

this repo is design to store docker-web apps, an app is a pre-configured docker-compose web application following the structure details below.

Structure:

 .
 ├─ 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)

About

store of apps for docker-web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published