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,21 +1,21 @@
![AAAAA](./img/logo-AAAAA.png)
![VSCodium](./img/logo-VSCodium.png)
# AAAAA
# VSCodium
# Installation
Pour utiliser AAAAA tout seul
Pour utiliser VSCodium tout seul
```bash
docker compose up -d
```
Pour utiliser AAAAA avec Traefik
Pour utiliser VSCodium avec Traefik
```bash
docker compose -f docker-compose-traefik.yml up -d
```
Pour utiliser AAAAA avec Nginx
Pour utiliser VSCodium avec Nginx
```bash
docker compose -f docker-compose-nginx.yml up -d
```