A repo for the compose files for different applications.
Note:
The data of the services will be stored in /compose-apps/data/ directory. To create data storage directory use the following command.
sudo mkdir -p /compose-apps/data- Clone the repo git clone https://github.com/codesark/compose-apps.git.
- Change directory to the repo cd compose-appsand select the service you want to run. Eg.cd nginx-proxy-manager.
- To manage the service run the following command
- Important: change the configuration in compose.yamlfile for respective project.
docker compose up -ddocker compose down