Work on TP2
This commit is contained in:
parent
a9c68a4545
commit
aaeb15334a
10 changed files with 223 additions and 46 deletions
|
@ -5,11 +5,8 @@ Rendu
|
|||
|
||||
## Projet
|
||||
|
||||
Amusez-vous à la piscine, il n'y a pas de projet en plus des exercices fait en
|
||||
TP !
|
||||
|
||||
En complément de ce TP, vous pouvez jetez un œil à
|
||||
[Docker Swarm](https://docs.docker.com/engine/swarm) !
|
||||
Écrivez le `docker-compose.yml` permettant de lancer facilement une
|
||||
instance de serveur du FIC.
|
||||
|
||||
|
||||
## Modalité de rendu
|
||||
|
@ -34,17 +31,14 @@ placer à la racine de votre rendu.
|
|||
Voici une arborescence type:
|
||||
|
||||
```
|
||||
login_x-TP2/questions.txt
|
||||
login_x-TP2/docker-compose.yml
|
||||
login_x-TP2/influxdb
|
||||
login_x-TP2/influxdb/Dockerfile
|
||||
login_x-TP2/influxdb/influxdb.conf
|
||||
login_x-TP2/chronograf
|
||||
login_x-TP2/chronograf/Dockerfile
|
||||
login_x-TP2/chronograf/chronograf.conf
|
||||
login_x-TP2/mymonitoring
|
||||
login_x-TP2/mymonitoring/Dockerfile
|
||||
login_x-TP2/mymonitoring/chronograf.conf
|
||||
login_x-TP2/mymonitoring/influxdb.conf
|
||||
login_x-TP2/mymonitoring/supervisor.conf
|
||||
login_x-TP2/docker-compose.yml
|
||||
login_x-TP2/mymonitoring.yml
|
||||
login_x-TP2/fic-server
|
||||
login_x-TP2/fic-server/fic-server.yml
|
||||
login_x-TP2/fic-server/Dockerfile-admin
|
||||
login_x-TP2/fic-server/Dockerfile-backend
|
||||
login_x-TP2/fic-server/Dockerfile-frontend
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue