make compliant with mistune update
This commit is contained in:
parent
fc61c0b9c7
commit
ae83dbaf80
30 changed files with 74 additions and 94 deletions
|
|
@ -99,7 +99,7 @@ A ce niveau, on peut essayer de faire communiquer deux applications à travers R
|
|||
|
||||
Code du producteur :
|
||||
|
||||
``` python
|
||||
```python
|
||||
#!/usr/bin/env python
|
||||
import pika
|
||||
import sys
|
||||
|
|
@ -122,7 +122,7 @@ connection.close()
|
|||
|
||||
Code du consommateur :
|
||||
|
||||
``` python
|
||||
```python
|
||||
#!/usr/bin/env python
|
||||
import pika
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ A ce stade, vous pensez : *"c'est bizarre il ne nous a pas encore bassiné avec
|
|||
|
||||
La mise en prod a pris 15 minutes chrono : écriture d'un docker-compose en utilisant [mon image pour les applications Python](https://hub.docker.com/r/kianby/pythonapp/) et déploiement sur le serveur de containers.
|
||||
|
||||
``` docker
|
||||
```docker
|
||||
popforward:
|
||||
image: kianby/pythonapp:latest
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue