This commit is contained in:
2024-04-19 13:37:37 +02:00
parent 92412f0e3f
commit 66ed9c24ab
583 changed files with 3821 additions and 3978 deletions

View File

@ -1,24 +1,45 @@
![AAAAA](./img/logo-AAAAA.png)
![Slash](./img/logo-Slash.png)
# AAAAA
# Slash
# Installation
# Téléchargement, Configuration et Lancement
Pour utiliser AAAAA tout seul
## Téléchargement de Slash
Saisir la commande pour télécharger la source
```bash
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
```
Saisir la commande pour vous rendre dans le dossier
```bash
cd Homepage\Slash
```
## Modifier la configuration de Slash
Saisir la commande pour vous rendre dans le dossier
```bash
cd Homepage\Slash
```
## Lancement de Slash
Pour utiliser Slash tout seul
```bash
docker compose up -d
```
Pour utiliser AAAAA avec Traefik
Pour utiliser Slash avec Traefik
```bash
docker compose -f docker-compose-traefik.yml up -d
```
Pour utiliser AAAAA avec Nginx
Pour utiliser Slash avec Nginx
```bash
docker compose -f docker-compose-nginx.yml up -d
```
# Utilisation
## Accueil

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services: