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

View File

@ -0,0 +1,12 @@
version: "3.9"
services:
mysql:
image: mysql:8
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD: secret
MYSQL_USER: mysqluser
MYSQL_PASSWORD: mysqlpw
MYSQL_DATABASE: inventory