Skip to content

codesark/compose-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compose Apps

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

Steps:

  1. Clone the repo git clone https://github.com/codesark/compose-apps.git.
  2. Change directory to the repo cd compose-apps and select the service you want to run. Eg. cd nginx-proxy-manager.
  3. To manage the service run the following command
  4. Important: change the configuration in compose.yaml file for respective project.

Start Service

docker compose up -d

Stop Service

docker compose down 

About

Docker compose files for various apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published