These docker-compose allow you to deploy multiple services easily and quickly.
You can use them with Portainer directly or via docker-compose commands.
All docker-compose are commented and are configured using variables.
They all include support for Traefik.
You can deploy a compatible Docker environment with Portainer and Traefik with:
## List of services availables:
##NB_A##
| Status | Service | Website | Update | Maintainer |
##SERVICES##
## List of services to do:
##NB_TD##
| Status | Service |
##SERVICES_TODO##
---
# Utilisation
## Portainer
Add this URL in Portainer:
```
https://raw.githubusercontent.com/PAPAMICA/docker-compose-collection/master/templates-portainer.json
```

## Debian
Install Git :
```bash
apt install -y git
```
Clone repo
```bash
git clone https://github.com/PAPAMICA/docker-compose-collection/
```
Configuration of variables and execution of a docker-compose:
```bash
cd docker-compose-collection
nano .env
sudo docker-compose -f service.yml --env-file .env up -d
```
## Some useful commands:
- **docker container ls** : Show current Docker containers
- **docker-compose stop** : Stop the containers created with the scripts (in the script folder)
- **docker-compose up -d** : Launch the containers created with the scripts (in the script folder)
- **docker logs -f